home-assistant-configuration/config/alerts/garage_after_dark.yaml
Federico Ariel Castagnini 77c333398d
this alert should be 'critical'
- critical alerts bypass notification dampening settings like "do not disturb'
- we want this alert to get our attention no matter what the iPhone/iWatch settings are
- this syntax is iOS specific

documentation https://companion.home-assistant.io/docs/notifications/critical-notifications/
2021-10-02 13:48:34 -07:00

16 lines
308 B
YAML
Executable File

garage_after_dark:
name: Garage is open...Please Check
done_message: Garage is closed
entity_id: input_boolean.garage_after_dark
state: 'on'
repeat: 5
can_acknowledge: false
skip_first: False
notifiers:
- all_ios
data:
push:
sound:
name: "alarm.caf"
critical: 1