Hi,
I have a doorbell automation that sends a camera still to my iphone in an iOS notification.
This worked perfectly until few days ago.
What changed? I upgraded to iOS 13 on my phone, but I’m not sure that’s the reason it stopped working.
I still get the notification, only without attachment.
I’m using this JSON for testing with Developers Tools
{
"title": "Titel",
"message": "Deurbel!!!",
"data": {
"attachment": {
"url": "https://myhostname:8123/local/camera_stills/deurbel.jpg"
},
"subtitle": "Subtitle",
"push": {
"thread-id": "deurbel-groep",
"content-type": "jpg",
"hide-thumbnail": false
}
}
}
Version:
Home Assistant 0.98.5 (running on raspbian)
Home Assistant Companion 2.0.0 (63)
Anybody experiencing the same problem?
Can somebody confirm it’s an iOS 13 issue?
Updating to iOS 13.1 now.
Thanks.
Greets,
Auke