mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 04:33:09 +00:00
10 lines
230 B
YAML
Executable File
10 lines
230 B
YAML
Executable File
security_check_garage:
|
|
sequence:
|
|
- condition: state
|
|
#entity_id: sensor.garage_door_contact
|
|
entity_id: cover.garage_door
|
|
state: 'open'
|
|
- service: input_boolean.turn_on
|
|
entity_id: input_boolean.security_issue
|
|
|