Hi,
I am attempting to run the Frigate Hass Card (GitHub - dermotduffy/frigate-hass-card: A Lovelace card for Frigate in Home Assistant) with Frigate NVR Proxy as the Frigate NVR instance lives on a docker container in Unraid. I am running into issues getting the card to pull up clips / screenshots even though the Frigate NVR IP can be reached.
Here is the current configuration of the card:
type: custom:frigate-card
camera_entity: camera.test_cam
live:
provider: webrtc
webrtc:
entity: camera.test_cam
frigate:
url: http://192.168.1.87:5000/cameras/test_cam
label: person
camera_name: test_cam
view:
default: live
menu:
mode: hidden-right
Any help / tips would be appreciated!