I had image attachments working in notification from my cameras until last night. All of a sudden, I receive a notification, but no image. I’m not sure what changed, so I went back to debug and noticed that even if I follow the example provided by the docs, I still don’t get an image in the notification.
Here is what I am calling:
Code Snippet:
message: "Something happened at home!"
data:
attachment:
url: "https://github.com/home-assistant/home-assistant-assets/blob/master/logo-round-192x192.png?raw=true"
content-type: png
hide-thumbnail: false
Here is the notification I receive:
and even when I expand it, the image still doesn’t show up:
But I know that my browser can open the attachment:
I’ve tried restarting Home Assistant and resetting the push ID. This occurs on 2 different phones.