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
fix: no MQTT discovery when the camera list is empty
An empty cameras list means 'all cameras' for event processing, but discovery
iterated over that same empty set and announced nothing - so a default install
got no Home Assistant entities at all. Ask Frigate for the list when none is
configured, and announce a camera on first sight as a fallback.
Also makes the Frigate MQTT topic configurable (a custom topic_prefix meant
FaceID silently heard nothing) and logs whether Frigate answers at startup.
Copy file name to clipboardExpand all lines: faceid-addon/DOCS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Full documentation: https://github.com/SkyTechNerds/faceid
36
36
|`trimmed_keep`| how many set-aside photos to keep per person (0 = delete immediately) |
37
37
|`dedupe_threshold`| default sensitivity for the Settings "Remove duplicates" action |
38
38
|`hires_enroll`| fetch new review-queue faces from the recording instead of the detect snapshot (sharper references) |
39
+
|`frigate_topic_prefix`| must match `mqtt.topic_prefix` in Frigate's own config (default `frigate`). Wrong value = FaceID hears nothing at all |
39
40
|`poll_interval`| seconds; >0 also polls Frigate's event API for events MQTT never announces (e.g. events created by an automation from a camera's own detection). 0 = off |
0 commit comments