Fix camera group icon name in reference config (#12883)

This commit is contained in:
Josh Hawkins 2024-08-09 09:41:12 -05:00 committed by GitHub
parent 8a099b4ae5
commit 9b1fb33ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -613,8 +613,8 @@ cameras:
user: admin user: admin
# Optional: password for login. # Optional: password for login.
password: admin password: admin
# Optional: Ignores time synchronization mismatches between the camera and the server during authentication. # 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. # 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 ignore_time_mismatch: False
# Optional: PTZ camera object autotracking. Keeps a moving object in # Optional: PTZ camera object autotracking. Keeps a moving object in
# the center of the frame by automatically moving the PTZ camera. # the center of the frame by automatically moving the PTZ camera.
@ -719,7 +719,7 @@ camera_groups:
- side_cam - side_cam
- front_doorbell_cam - front_doorbell_cam
# Required: icon used for group # Required: icon used for group
icon: car icon: LuCar
# Required: index of this group # Required: index of this group
order: 0 order: 0
``` ```