Define Frigate devices/entites with Frigate NVR Proxy for Frigate Hass Card

Looking for help to setup camera devices and entities in HA so I can use the durmotduffy/frigate-hass-card lovelace card to its full potential.

The Frigate NVR Proxy AddOn is successfully running and presenting all functionality in HA, but I have no devices/entities to drive the frigate-hass-card setup. I tried the Generic Camera integration but it does not support all the Frigate-added functionality re: events, clips and such.

Overall environment is running in Proxmox 7 with setup as follows:

  • running HA as a VM under HassIO
  • running Frigate as a container in a LXC-Docker-Frigate setup
    (debian-11-standard LXC container; docker compose; blakeblackshear/frigate:stable-amd64)

All aspects of the environment are updated to versions current through the date of this post.

Chose to separate the install of Frigate from HA to facilitate larger storage for recordings and events.

I also posted this question on Frigate/github and will repost replies/feedback there.

Apologies if I missed finding this information in other posts. I have spent a couple of hours trying to sort this out and any input would be most appreciated (especially if the input is that just doesn’t work).

Thanks!

1 Like

Thanks to NickM-27 who replied from the github side!

The direction was as follows:
You need to install the integration https://github.com/blakeblackshear/frigate-hass-integration

My reply:
Thank you very much for the reply and direction. I had the integration installed but did so before setup of Frigate in my LXC-Docker-Frigate setup. If my understanding is (now) correct, since the config.yml for Frigate was not present for the HA/Frigate integration to read, there was no way for the integration to know what to setup in HA. In the future if I add/change my config.yml in LXC-Docker-Frigate I will know to go rerun the integration so the HA/Frigate integration is aware of this as well.

Again, thanks very much!


If there is additional input I will repost here.

Additional information posted by NickM-27:

That’s not really correct, the integration does not read the config file at all, it just communicates with Frigate via MQTT & REST.

1 Like