dwainscheeren / dwains-lovelace-dashboard

An fully auto generating Home Assistant UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile
Other
1.77k stars 188 forks source link

Camera Entities No Longer Show Streams #616

Open LordNex opened 2 years ago

LordNex commented 2 years ago

I have several camera feeds that I can access through Home Assistant. Either through direct integrations or through my Frigate server. All of the streams play and work normally under a standard dashboard. But will not play or show up in DD 3.2. Everything is up to date and at the latest stable version currently available. I've tried clearing front end cache and still no luck. This is while accessing it through the Home Assistant iOS app which is my primary way to access it.

maxfield-allison commented 1 year ago

I'm having the same issue. My workaround is to remove the cameras from the sections to reduce clutter and add a More Page to use the Frigate card instead which is working fine.

linuxmaniac commented 6 months ago

it's related to changes in the api it seems.

url of the camera(not working): /api/camera_proxy/camera.camera1?token=<...>&width=<..>&height=<..> working panel in default dashboard: /api/camera_proxy/camera.camera1?authSig=<...>&width=<..>&height=<..>