mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-13 10:40:48 +00:00
12 lines
301 B
YAML
12 lines
301 B
YAML
|
security_check_verified:
|
||
|
sequence:
|
||
|
- delay: '00:00:05'
|
||
|
- condition: state
|
||
|
entity_id: input_boolean.security_issue
|
||
|
state: 'off'
|
||
|
- service: notify.jeff_ios
|
||
|
data:
|
||
|
message: "Anchorage House Secured"
|
||
|
- service: input_boolean.turn_off
|
||
|
entity_id: input_boolean.security_check
|