mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
13 lines
290 B
YAML
13 lines
290 B
YAML
standby:
|
|
sequence:
|
|
- event: LOGBOOK_ENTRY
|
|
event_data:
|
|
name: EVENT
|
|
message: "Security standing down"
|
|
- service: input_boolean.turn_off
|
|
data:
|
|
entity_id: input_boolean.secure_mode
|
|
- service: notify.jeff_ios
|
|
data:
|
|
message: Anchorage House in Standby
|