From 253551983044e39c3ca24941568d6fa0e43f1e94 Mon Sep 17 00:00:00 2001 From: Julien Ehrhart Date: Sun, 9 Jun 2024 13:44:27 +0200 Subject: [PATCH] Update HA integration doc with image entities following #548 (#11261) --- docs/docs/integrations/home-assistant.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index f9cb74ebb..d87e4fd8b 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -72,7 +72,8 @@ Home Assistant > Configuration > Integrations > Frigate > Options | Platform | Description | | --------------- | --------------------------------------------------------------------------------- | -| `camera` | Live camera stream (requires RTSP), camera for image of the last detected object. | +| `camera` | Live camera stream (requires RTSP). | +| `image` | Image of the latest detected object for each camera. | | `sensor` | States to monitor Frigate performance, object counts for all zones and cameras. | | `switch` | Switch entities to toggle detection, recordings and snapshots. | | `binary_sensor` | A "motion" binary sensor entity per camera/zone/object. |