Is it possible to use a Nest cam or Drop cam feed as a widget? I’m using the Nest component in my HA frontend. I don’t understand how to scrape the image or inject it into an iFrame or Camera widget because of the token & authentication HA is doing with Nest.
1 Like
if a camera is setup in HA you should be able to reach it like this
http://192.168.1.20:8123/api/camera_proxy/camera.living_room?token=your token&api_password=redacted
in your browser. and then you can use it like that in the dashboard.
That worked, thank you.
1 Like
Can someone please help here. I tried using the above but I am unsure of what to use as my token and what to use as the api_password. In the dev tools, i can see where the token is listed for my nest cam. What should i be using for the api_password?
Thanks so much!
nvm, got it working