Cleanup
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# on "workdays" and "no guests"
|
||||
- alias: 'Gruppe køkken, stue, alrum'
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "08:30:00"
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.arbejdsdag
|
||||
state: 'on'
|
||||
action:
|
||||
- service: sonos.unjoin
|
||||
entity_id: media_player.badevaerelse
|
||||
- service: sonos.unjoin
|
||||
entity_id: media_player.sovevaerelse
|
||||
|
||||
- alias: 'Gruppe køkken uden stue, alrum'
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "17:00:00"
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.arbejdsdag
|
||||
state: 'on'
|
||||
action:
|
||||
- service: sonos.unjoin
|
||||
entity_id: media_player.kokken
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user