From 1453193ae8d5219a6c58c185af00b07d01428901 Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:20:15 +0000 Subject: [PATCH] Add note to docs --- docs/docs/configuration/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 85fa50dd1..87b9ae6fe 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -495,5 +495,6 @@ ui: # 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 ```