Is there a way to send my camera snapshots to my mobile app alert without exposing the snapshots to the whole internet?
service: notify.mobile_app_xxx
data:
message: Something happened at home!
data:
image: 'https://xxx.ui.nabu.casa/local/snapshot.jpg'
As above is the only way I was able to see the actual image but not great as that is accessible by anyone on the internet.
Also tried image: 'https://xxx.ui.nabu.casa/media/local/snapshot.jpg'
as detailed here: https://companion.home-assistant.io/docs/notifications/notification-attachments/ but just keep getting authorization errors in the logs and no image in the notification.
Any one have any ideas on what might be incorrect?