mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 04:33:09 +00:00
9 lines
164 B
YAML
Executable File
9 lines
164 B
YAML
Executable File
sunset_garage_open:
|
|
sequence:
|
|
- condition: state
|
|
entity_id: binary_sensor.garage_door
|
|
state: "on"
|
|
- service: script.driveway_all_on
|
|
|
|
|