From 9ac7fa33836a9f9db497800ccfcda27f84d162e3 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 28 Feb 2026 20:55:28 -0800 Subject: [PATCH] docs: Improve clarity of `labels` and `zones` parameters (#2380) --- docs/configuration/cameras/engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/cameras/engine.md b/docs/configuration/cameras/engine.md index b7aeb3f0..b2c2db50 100644 --- a/docs/configuration/cameras/engine.md +++ b/docs/configuration/cameras/engine.md @@ -39,9 +39,9 @@ cameras: | ------------- | ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `camera_name` | Autodetected from `camera_entity` if that is specified. | The Frigate camera name to use when communicating with the Frigate server, e.g. for viewing clips/snapshots or the JSMPEG live view. | | `client_id` | `frigate` | The Frigate client id to use. If this Home Assistant server has multiple Frigate server backends configured, this selects which server should be used. It should be set to the MQTT client id configured for this server, see [Frigate Integration Multiple Instance Support](https://docs.frigate.video/integrations/home-assistant/#multiple-instance-support). | -| `labels` | | A list of Frigate labels used to filter events (clips & snapshots), e.g. [`person`, `car`]. | +| `labels` | | A list of Frigate labels used in the default media filter for events (clips & snapshots), e.g. [`person`, `car`]. | | `url` | | The URL of the frigate server. If set, this value will be (exclusively) used for a `Camera UI` menu button. All other communication with Frigate goes via Home Assistant. | -| `zones` | | A list of Frigates zones used to filter events (clips & snapshots), e.g. [`front_door`, `front_steps`]. | +| `zones` | | A list of Frigates zones used in the default media filter for events (clips & snapshots), e.g. [`front_door`, `front_steps`]. | ## `motioneye`