From 5b5f2684c287a0289b2c4783a708562713298bb7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 22 Aug 2025 06:25:03 -0600 Subject: [PATCH] Update docs --- docs/docs/integrations/mqtt.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index ba1e1302f..2c4b4fc74 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -238,6 +238,14 @@ Topic with current state of notifications. Published values are `ON` and `OFF`. ## Frigate Camera Topics +### `frigate///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//` Publishes the count of objects for the camera for use as a sensor in Home Assistant.