mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
12 lines
313 B
YAML
12 lines
313 B
YAML
|
annc_tornado_watch:
|
||
|
sequence:
|
||
|
- condition: state
|
||
|
entity_id: input_boolean.audible_notifications
|
||
|
state: "on"
|
||
|
- condition: state
|
||
|
entity_id: input_boolean.vacation_mode
|
||
|
state: 'off'
|
||
|
- service: notify.ios_all
|
||
|
data:
|
||
|
message: Tornado Watch Issued for Anchorage House
|