You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser and Operating System:
Google Chrome 114.0.5735.198
Linux 6.4.2-arch1-1 x86_64
Description of problem:
First, thanks for this awesome card 👍
I've setup the frigate card with mixed camera types (2 frigates one and a generic one) and when I try to use query parameters in my browser with the camera_select action it works with frigate cameras but not with generic ones, the first frigate camera is always displayed in place of the generic one.
I tried to setup the dev environment to debug this situation, I was able to reproduce the bug but unfortunately I didn't succeed to debug it correctly.
As I could see, frigate cards seems to send an additional event which trigger the correct view : When selecting a generic camera using http://127.0.0.1:8123/lovelace/basic?frigate-card-action:camera_select=camera.poulailler:
The query string handling logic has been substantially refactored, and I can now verify this as working with a generic camera in the latest dev branch. Will be in the next build.
Checklist:
Release with the issue:
5.2.0
Browser and Operating System:
Google Chrome 114.0.5735.198
Linux 6.4.2-arch1-1 x86_64
Description of problem:
First, thanks for this awesome card 👍
I've setup the frigate card with mixed camera types (2 frigates one and a generic one) and when I try to use query parameters in my browser with the
camera_select
action it works with frigate cameras but not with generic ones, the first frigate camera is always displayed in place of the generic one.I tried to setup the dev environment to debug this situation, I was able to reproduce the bug but unfortunately I didn't succeed to debug it correctly.
Frigate card diagnostic information
Additional information:
As I could see, frigate cards seems to send an additional event which trigger the correct view :
When selecting a generic camera using
http://127.0.0.1:8123/lovelace/basic?frigate-card-action:camera_select=camera.poulailler
:When selecting a frigate camera using
http://127.0.0.1:8123/lovelace/basic?frigate-card-action:camera_select=camera.garden_patio
:The text was updated successfully, but these errors were encountered: