I have notifications being sent when someone rings the door bell.
I am able to send an image, but I’d also like to send the link to the actual stream.
The image is sent as follows: http:///api/camera_proxy/camera.front_door_camera?api_password=<api_password>
When I click on the image in HASS, it opens up the stream. Clicking on it, gives the following:
http:///api/camera_proxy_stream/camera.front_door_camera?token=
This token changes so I can’t simply send the above URL.
How can I do what I’m trying to do?
thanks