mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
13 lines
248 B
YAML
13 lines
248 B
YAML
driveway_on:
|
|
sequence:
|
|
- condition: state
|
|
entity_id: sun.sun
|
|
state: 'below_horizon'
|
|
- service: switch.turn_on
|
|
data:
|
|
entity_id: switch.driveway_light
|
|
- service: switch.turn_on
|
|
data:
|
|
entity_id: switch.side_door
|
|
|