From fc3c54ed26bcff34b770a6576e7442bc81d81b55 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 16 Feb 2022 11:35:56 -0700 Subject: [PATCH] Add gui example to camera --- docs/docs/configuration/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index e334d88ee..04aecbb59 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -426,4 +426,10 @@ 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. + gui: + # Optional: Adjust sort order of cameras in the GUI. Larger numbers come later. (default: shown below) + # By default are sorted in the order they are defined. + order: 0 ```