From 617e06938c131ecb64241517da4326abcfb85d24 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 13 Jan 2023 14:06:37 -0700 Subject: [PATCH] Add docs --- docs/docs/configuration/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index d9ac292ee..34ee7c4a6 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -486,4 +486,13 @@ cameras: order: 0 # Optional: Whether or not to show the camera in the Frigate UI (default: shown below) dashboard: True + +# Optional +ui: + # Optional: Set the default live mode for cameras in the UI (default: shown below) + live_mode: mse + # Optional: Set a timezone to use in the UI (default: use browser local time) + timezone: None + # Optional: Use an experimental recordings / camera view UI (default: shown below) + experimental_ui: False ```