Add options for reordering and hiding cameras selectively

This commit is contained in:
Nick Mowen
2022-03-17 13:59:11 -06:00
parent b1cc64d4fa
commit 7cf35f171b
5 changed files with 89 additions and 28 deletions
+8
View File
@@ -431,4 +431,12 @@ cameras:
quality: 70
# Optional: Restrict mqtt messages to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Configuration for how camera is handled in the GUI.
ui:
# Optional: Adjust sort order of cameras in the GUI. Larger numbers come later (default: shown below)
# By default the cameras are sorted alphabetically.
order: 0
# Optional: Whether or not to show the camera in the GUI (default: shown below)
show: True
```