mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
16
scripts/security_check_verified.yaml
Normal file
16
scripts/security_check_verified.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
security_check_verified:
|
||||
sequence:
|
||||
- condition: state
|
||||
#entity_id: sensor.garage_door_contact
|
||||
entity_id: cover.garage_door
|
||||
state: "closed"
|
||||
- condition: state
|
||||
entity_id: group.doors
|
||||
state: "closed"
|
||||
- service: notify.jeff_ios
|
||||
data:
|
||||
message: "SECURITY: Lockdown procedures Complete"
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: script.security_check_zones
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: script.security_check_garage
|
Reference in New Issue
Block a user