From 8a762994be75afba750f09f82968311ebdda765a Mon Sep 17 00:00:00 2001 From: gwmullin <290704+gwmullin@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:16:44 -0700 Subject: [PATCH] Update docs with the new active mqtt metric definition. --- docs/docs/integrations/mqtt.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index 6c9d112fa..bf8e52409 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -159,11 +159,25 @@ Same data available at `/api/stats` published at a configurable interval. Publishes the count of objects for the camera for use as a sensor in Home Assistant. `all` can be used as the object_name for the count of all objects for the camera. +### `frigate///active` + +Publishes the count of active objects for the camera for use as a sensor in Home +Assistant. `all` can be used as the object_name for the count of all active objects +for the camera. + + ### `frigate//` Publishes the count of objects for the zone for use as a sensor in Home Assistant. `all` can be used as the object_name for the count of all objects for the zone. + +### `frigate///active` + +Publishes the count of active objects for the zone for use as a sensor in Home +Assistant. `all` can be used as the object_name for the count of all objects for the +zone. + ### `frigate///snapshot` Publishes a jpeg encoded frame of the detected object type. When the object is no longer detected, the highest confidence image is published or the original image