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
I hope that this hasn't been answered before, I did search for some time in the discussions but couldn't seem to find anything similar.
I have Proxmox host with two containers: HA and Frigate.
I would like to integrate Frigate into HA so that the camera entities are found and are able to be used by Frigate Lovelace Card, etc.
I have added the Frigate Proxy add-on which works and connects to my Frigate instance well.
I am however a little unguided on how to integrate Frigate in a way that enables the use of the respective detected entities; cameras, sensors (events?), etc.
I assume that the ordinary way of getting this to work is to use the Frigate add-on for HA which runs a Frigate instance within HA and integrates the cameras as entities etc, but how would I replicate this functionality in my setup?
HACS does not "configure" the integration for you. You must go to Configuration > Integrations and add Frigate after installing via HACS.
The mqtt integration must be installed and configured in order for the Frigate integration to work. As manual configuration is required for the mqtt setup, this cannot happen automatically.
For manual installation for advanced users, copy custom_components/frigate to your custom_components folder in Home Assistant.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I hope that this hasn't been answered before, I did search for some time in the discussions but couldn't seem to find anything similar.
I have Proxmox host with two containers: HA and Frigate.
I would like to integrate Frigate into HA so that the camera entities are found and are able to be used by Frigate Lovelace Card, etc.
I have added the Frigate Proxy add-on which works and connects to my Frigate instance well.
I am however a little unguided on how to integrate Frigate in a way that enables the use of the respective detected entities; cameras, sensors (events?), etc.
I assume that the ordinary way of getting this to work is to use the Frigate add-on for HA which runs a Frigate instance within HA and integrates the cameras as entities etc, but how would I replicate this functionality in my setup?
Any guidance would be greatly appreciated.
All reactions