Hi!
I’m trying to send a snapshot from my camera with the notify service. The snapshot from the camera creates, but the image is not send to my mobile. But i get a notification with the message. Please help me.
The camera image is save in my www dir.
action:
- service: camera.snapshot
target:
entity_id: camera.vardagsrum
data:
filename: '/config/www/vardagsrum.jpg'
- delay: 00:00:05
- service: notify.mobile_app_hl
data:
message: TESTBILD
data:
image: "config/local/vardagsrum.jpg"