Hi,
I’ve successfully integrated my Eufy cameras in HA using Eufy Integration and I have created a script to update the image of the camera sensor. By using the following script the image showed for the camera sensor is updating. I want to send this updated image in notification, but I can’t figure out what to put in the “image” section of the notification. Can you help me? Thanks!
alias: Eufy Lungo generate image
sequence:
- service: eufy_security.start_rtsp_livestream
metadata: {}
data: {}
target:
entity_id: camera.balcone_lungo
- delay:
hours: 0
minutes: 0
seconds: 20
milliseconds: 0
- service: eufy_security.generate_image
metadata: {}
data: {}
enabled: true
target:
entity_id: camera.balcone_lungo
- service: eufy_security.stop_rtsp_livestream
metadata: {}
data: {}
target:
entity_id: camera.balcone_lungo
- device_id: d09a3a29ed927e0407e4a229ebcbbe4b
domain: mobile_app
type: notify
message: Notifica Lungo
data:
image: ???
mode: single