Hello,
I have the following integration
The email is sent but the attachments are not.
The image path is correct because the same image is sent via push notification correctly.
Below is my setup
action: notify.homeassistant_xxx_gmail_com
metadata: {}
data:
title: Allarme!
message: In allegato lo snapshot ed il video
target: [email protected]
data:
attachment:
- /media/local/camera_baby_monitor_snapshot.jpg
- /media/local/camera.baby_monitor_sub.mp4
Thank you