mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
12 lines
253 B
YAML
12 lines
253 B
YAML
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
|