Camera Health Status (#19709)

* Send status of camera streams to mqtt

* Update docs

* Formatting

* Fix frontend querying fps
This commit is contained in:
Nicolas Mowen
2025-08-22 06:42:36 -06:00
committed by GitHub
parent 539c760953
commit 9dd7ead462
4 changed files with 53 additions and 4 deletions

View File

@@ -238,6 +238,14 @@ Topic with current state of notifications. Published values are `ON` and `OFF`.
## Frigate Camera Topics
### `frigate/<camera_name>/<role>/status`
Publishes the current health status of each role that is enabled (`audio`, `detect`, `record`). Possible values are:
- `online`: Stream is running and being processed
- `offline`: Stream is offline and is being restarted
- `disabled`: Camera is currently disabled
### `frigate/<camera_name>/<object_name>`
Publishes the count of objects for the camera for use as a sensor in Home Assistant.