mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-26 22:36:16 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
11
scripts/lockdown_delay.yaml
Normal file
11
scripts/lockdown_delay.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
lockdown:
|
||||
sequence:
|
||||
- event: LOGBOOK_ENTRY
|
||||
event_data:
|
||||
name: EVENT
|
||||
message: "SECURITY: Executing Lockdown in 5 mins"
|
||||
- delay:
|
||||
minutes: 5
|
||||
- service: input_boolean.turn_on
|
||||
data:
|
||||
entity_id: input_boolean.secure_mode
|
Reference in New Issue
Block a user