I recently got a new android phone and it seems that the notifications are delayd with the call service. On my iphone i got the notifications almost directly but with the android app it seems a little bit delayed, sometime minutes.
I’m also having issues with delayed HA notifications. I’m on a Samsung S8. Sometimes notifications will come through just fine with the screen off and the phone sitting on the table. Other times, I have to wake the phone up (turn the screen on) by pushing the side button and then all the notifications come through as a dump. I’ve enabled ttl and priority in the configuration.yaml file. Here is my below snippet that of that file:
hey HA noob here. the lag on notifications to my Pixel drove me nuts. Thanks for the pointer to Telegram - while I agree, the built-in mechanism should just work. I have to admit, Telegram does look like a powerful platform!
I was having the same problem. You have an extra “data” field. It should be like this:
action:
- service: notify.mobile_app_sm_g950u
data_template:
message: 'A {{trigger.payload_json["after"]["label"]}} was detected in the driveway.'
data:
ttl: 0
priority: high
image: 'http://10.200.200.65:8123/api/frigate/notifications/{{trigger.payload_json["after"]["id"]}}.jpg?format=android'
tag: '{{trigger.payload_json["after"]["id"]}}'