mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
12 lines
200 B
YAML
12 lines
200 B
YAML
|
tornado_alarm:
|
||
|
sequence:
|
||
|
- event: LOGBOOK_ENTRY
|
||
|
event_data:
|
||
|
name: EVENT
|
||
|
message: "Sounding Tornado Alarm"
|
||
|
- delay:
|
||
|
seconds: 15
|
||
|
- service: shell_command.tornado_alarm
|
||
|
|
||
|
|
||
|
|