9 lines
164 B
YAML
9 lines
164 B
YAML
|
sunset_garage_open:
|
||
|
sequence:
|
||
|
- condition: state
|
||
|
entity_id: binary_sensor.garage_door
|
||
|
state: "on"
|
||
|
- service: script.driveway_all_on
|
||
|
|
||
|
|