Hello all,
I can't get notifications to work reliably in my Android (v14) phone. When I'm using the device they work perfectly, but after having it sleep for a few minutes, they get delayed, to the point that I only receive them when I unlock the phone manually.
I'm sending them using:
- action: notify.<my_device>
metadata: {}
data:
message: Test
data:
ttl: 0
priority: high
In Android, I've set Home Assistant notifications to "ignore do not disturb" and they are not Silent. In the HomeAssistant app I 've disabled "Automatically close connection". In the server config I've set "Persistent connection" to "Always".
What am I missing?