Hi there,
I noticed my automation (when someone rings the bell at the door) stopped working because it ws sending notifications to non existing mobiles (we changed mobiles in the family …)
So I updated the automation to send the notification to the new mobiles, I am getting those notification (Message, Title) … but not the picture of the person who bells at the door anymore.
This is the actual notification … please note If I paste the URL into my browser it gets to the right picture … but it is not showing on the notification on the mobile anymore, just the Title and Message
- action: notify.mobile_app_sm_a536b_cedric
data:
message: Quelqu'un sonne à la porte
title: Portier VTO2000
data:
content-type: jpg
image: >-
http://192.168.1.10:8123/local/Camera-snapshots/ced-snapshot.jpg
I am wondering if a recent update oh HA didn’t change the formatting of the yaml (new format to be used …) because in the past I had a screen shot of old code like this, and this is a bit different :
Any clue why this picture is not showing up anymore ?
Many thanks !!