-
Erick Hitter authored
2bcabb3
Erick Hitter authored2bcabb3
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
living-room-sunrise-off.yaml 360 B
alias: 'Turn off living room at sunrise'
trigger:
platform: sun
event: sunrise
offset: "+00:60:00"
condition:
condition: or
conditions:
- condition: state
entity_id: light.endtable
state: 'on'
- condition: state
entity_id: light.corner_table
state: 'on'
action:
service: light.turn_off
entity_id: group.living_room