I have been trying for a few days now to create an iOS notification that displays a thumbnail image and once long pressed shows the mp4 video attachment.
I have tried multiple ways of using the ‘url’ attachment method, including the new methodology in the Companion app documentation using the “image” and “video” keys. I have tried creating the notification using “Automations” within Home Assistant and NodeRed.
I’ve also looked at previous threads and struggled to find a solution. To be honest I’m not sure if it is currently possible?
No unfortunately not. I’ve done a lot of research & testing, but not sure now if it’s the way iOS 16+ now works. Hoping for a solution when the companion app is next updated.
Thanks for your code, but unfortunately I get the same result as previous (Video no thumbnail). Can I ask which version of iOS you are running on your iPhone please?
I’ve had some progress by using the camera.record service using the substream of my camera feed rather than the main feed. I can now get a video and thumbnail! Only issue I’m having now is that the thumbnail looks transparent / grayed out. Do you have the same issue?