I’m using the new v2 app (thank you @robbiet480). I believe I have critical notifications correctly configured, however am noticing the following:
- If my iPhone is on and unlocked, I hear the sound
- If my iPhone is locked, only my Apple Watch “dings” (does not play the sound)
- If my iPhone is in DND, only my Apple Watch “dings” (does not play the sound)
Is anyone else seeing similar behaviour? It appears the watch is somehow over-riding the “criticalness”. Is this an iOS bug?
For completeness, here is my relevant config:
###
# notify.yaml
###
- name: flood_detected
platform: group
services:
- service: mobile_app_MYDEVICE
data:
title: 'Leak detected!!!'
data:
push:
sound:
name: "US-EN-Morgan-Freeman-Water-Detected-In-Basement.wav"
critical: 1
volume: 1.0
###
# alert.yaml
###
flood_detected:
name: Water leak detected
done_message: Leak fixed
entity_id: input_boolean.flood_detected
state: 'on'
repeat:
- 5
- 15
- 30
- 60
can_acknowledge: true
notifiers:
- flood_detected