From 303ebff4e3021f3b82bf35f29267086af18c2bef Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Tue, 4 Nov 2025 23:01:56 +0800 Subject: [PATCH] Add friendly_name option for zone configuration Added optional friendly name for zones in configuration. --- docs/docs/configuration/reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index b81ceef89..23e18c2c9 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -810,6 +810,8 @@ cameras: # NOTE: This must be different than any camera names, but can match with another zone on another # camera. front_steps: + # Optional: A friendly name or descriptive text for the zones + friendly_name: "" # Required: List of x,y coordinates to define the polygon of the zone. # NOTE: Presence in a zone is evaluated only based on the bottom center of the objects bounding box. coordinates: 0.033,0.306,0.324,0.138,0.439,0.185,0.042,0.428