Add config option to disable version check (#5208)

* Add config option to disable version check

* Add note to docs
This commit is contained in:
James L
2023-01-26 00:36:26 +00:00
committed by GitHub
parent 6ed8977548
commit 07c635d822
4 changed files with 23 additions and 3 deletions

View File

@@ -491,4 +491,10 @@ ui:
timezone: None
# Optional: Use an experimental recordings / camera view UI (default: shown below)
experimental_ui: False
# Optional: Telemetry configuration
telemetry:
# Optional: Enable the latest version outbound check (default: shown below)
# NOTE: If you use the HomeAssistant integration, disabling this will prevent it from reporting new versions
version_check: True
```