[Support]: Camera Group Icon not showing #12880
-
Describe the problem you are havingI am creating my camera group via config not UI. The icon shows as blank however the rest of the camera group functions properly. I suspect my icon name is incorrect however using the one in the docs is also not working. Is there a list of icons we can access, is it using MDI icons? Versionv0.14.0 Frigate config filecamera_groups:
# Required: Name of camera group
outside:
# Required: list of cameras in the group
cameras:
- dooryardcam
- backyardcam
- backyardnorthcam
- sideyardcam
- rivercam
# Required: icon used for group
icon: car
# Required: index of this group
order: 0 Relevant log outputN/A FFprobe output from your cameraN/A Frigate statsN/A Operating systemOther Install methodDocker Compose Object DetectorCoral Network connectionWired Camera make and modelN/A Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
The icon should be LuCar |
Beta Was this translation helpful? Give feedback.
-
Here is the exact list of icons that can be used - https://react-icons.github.io/react-icons/icons/lu/ |
Beta Was this translation helpful? Give feedback.
Thanks, fixed in #12881