Hello,
With this i get notification with snapshot attached
action:
- service: camera.snapshot
data:
entity_id: camera.frontyard_camera
filename: /config/www/snapshots/frontyard.jpg
- delay: '00:00:01'
- service: notify.mobile_app_andriaus_iphone_pro
data:
title: Front Yard motion
message: Front Yard motion detected at {{now().strftime("%H:%M %d-%m-%y")}}
data:
attachment:
content-type: jpg
hide-thumbnail: false
url: https://www.hassio.com:8123/local/snapshots/frontyard.jpg
And with this i get live feed directly, when expanding notification
action:
- service: notify.mobile_app_andriaus_iphone_pro
data:
message: Front Yard motion detected at {{now().strftime("%H:%M %d-%m-%y")}}
data:
push:
category: camera
entity_id: camera.frontyard_camera
Cannot figure out, how i can receive notification with snapshot attached and clicking on picture would open live stream of the camera. or it can be a button of actionable notification to open live stream