mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-15 10:44:41 +00:00
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
|
||
|
|
||
|
|