mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
13 lines
258 B
YAML
13 lines
258 B
YAML
# Turn off Driveway lights after 10 minute delay
|
|
driveway_off:
|
|
sequence:
|
|
- delay:
|
|
minutes: 10
|
|
- service: switch.turn_off
|
|
data:
|
|
entity_id: switch.driveway_light
|
|
- service: switch.turn_off
|
|
data:
|
|
entity_id: switch.side_door
|
|
|