mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 04:33:09 +00:00
8 lines
162 B
YAML
Executable File
8 lines
162 B
YAML
Executable File
close_garage:
|
|
sequence:
|
|
- condition: state
|
|
entity_id: cover.garage_door
|
|
state: "open"
|
|
- service: cover.close_cover
|
|
entity_id: cover.garage_door
|