No photo in Android Notification

I´m trying to send a photo in the notification but it don´t appear in the android notification.

Note: The file exist and it is in the correct folder

service: notify.mobile_app_androidluis
data_template:
  message: >-
    {{state_attr('image_processing.deepstack_face_testcam', 'faces').0.name }}
    fue detectado con un nivel de precición de
    {{state_attr('image_processing.deepstack_face_testcam',
    'faces').0.confidence | round(1) }}
  data:
    image: /media/local/deepstack/snapahots/deepstack_face_testcam_latest.jpg.jpg

imagen

that doesnt look like a valid file name :wink:

Yes, I was tired… Despite having change it isn´t sending the image :frowning:

Any idea?

did you double check the path? snapahots != snapshots

Triple check… and still not working

service: notify.mobile_app_androidluis
data_template:
  message: >-
    {{state_attr('image_processing.deepstack_face_testcam', 'faces').0.name }}
    fue detectado con un nivel de precición de
    {{state_attr('image_processing.deepstack_face_testcam',
    'faces').0.confidence | round(1) }}
  data:
    image: /media/local/deepstack/snapshots/deepstack_face_testcam_latest.jpg

are there any errors in the companion app logs? Settings > companion app > show and share logs

I don´t know why, but after restarting HA now is working :slight_smile: