From 9b1fb33ac6de259c819fa4e072ffdae8cd38461a Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:41:12 -0500 Subject: [PATCH] Fix camera group icon name in reference config (#12883) --- docs/docs/configuration/reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index a90a3241e..2cbbc4903 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -613,8 +613,8 @@ cameras: user: admin # Optional: password for login. password: admin - # Optional: Ignores time synchronization mismatches between the camera and the server during authentication. - # Using NTP on both ends is recommended and this should only be set to True in a "safe" environment due to the security risk it represents. + # Optional: Ignores time synchronization mismatches between the camera and the server during authentication. + # Using NTP on both ends is recommended and this should only be set to True in a "safe" environment due to the security risk it represents. ignore_time_mismatch: False # Optional: PTZ camera object autotracking. Keeps a moving object in # the center of the frame by automatically moving the PTZ camera. @@ -719,7 +719,7 @@ camera_groups: - side_cam - front_doorbell_cam # Required: icon used for group - icon: car + icon: LuCar # Required: index of this group order: 0 ```