mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
- 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/
16 lines
308 B
YAML
Executable File
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
|