9 lines
203 B
YAML
9 lines
203 B
YAML
|
# Turn off Driveway lights after 2minute delay
|
||
|
driveway_off:
|
||
|
sequence:
|
||
|
- service: switch.turn_off
|
||
|
entity_id: switch.driveway_light
|
||
|
- service: switch.turn_off
|
||
|
entity_id: switch.side_door
|
||
|
|