mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
11 lines
267 B
YAML
11 lines
267 B
YAML
security_sound_alarm_intro:
|
|
sequence:
|
|
- event: LOGBOOK_ENTRY
|
|
event_data:
|
|
name: EVENT
|
|
message: "Sounding Security Alarm Intro"
|
|
- condition: state
|
|
entity_id: sensor.family_status
|
|
state: home
|
|
- service: shell_command.security_alarm_intro
|