[Support]: Weird behaviour with Apple Watch and AirPods w/ Notification blueprint #19723
Replies: 2 comments
-
Based on the available information, Frigate notifications sent through Home Assistant can include images (thumbnails or snapshots) in the notification payload, which are referenced using URLs like:
or
for thumbnails tied to specific events(1)(2). On iOS devices, notifications can include a camera entity for live previews, but image support and behavior may differ depending on the platform. The documentation also notes that only Chrome supports images in notifications for native Frigate WebPush notifications, while Safari (and thus Apple Watch) may only show a title and message, not an image(3). Blank thumbnails or incompatible formats could result in unexpected notification behavior. If you are using the notification blueprint and experiencing blank thumbnails, it is possible the image URL provided does not resolve to a compatible or valid image format for the Apple Watch, or the notification is being sent with an empty or inaccessible image reference(1)(2)(3). This could potentially trigger odd behavior on iOS/watchOS, such as media playback interruptions. No Frigate documentation directly addresses this specific interaction with Apple Watch and AirPods. For further troubleshooting, you may want to:
📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
This is more of a question for home assistant. We don't maintain the blueprint |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I've currently have this blueprint set up for the past year or so, however as of the past month I've noticed the following behaviour:
When I'm listening to music on my AirPods and I get a notification from home assistant on my watch. It causes a blank thumbnail to show up on the notification, and that causes it to pause my music (possible because the watch is trying to take over audio from my iPhone to my watch?).
It's such an odd issue and I'm not exactly sure what could be causing it, I've tried to provide as much information as possible in the hopes I could narrow down the culprit. This issue only happens to notifications coming from this blueprint.
I'm currently using the Home Assistant notification blueprint and have already submitted an issue on the GitHub page for that, however I do have a suspicion on Frigate as the only variable that changed that caused this was upgrading Frigate to the latest version. When downgrading this issue does not happen.
Version
0.16.0-c2f8de9
What browser(s) are you using?
No response
Frigate config file
N/A
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Install method
Docker Compose
docker-compose file or Docker CLI command
N/A
Object Detector
Coral
Network connection
Wired
Camera make and model
Hikvision
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions