From e551ed44596707eeb88fe4eafc4a0e2b7e972b68 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 15 Aug 2022 12:24:45 -0400 Subject: [PATCH] Document unsupported reason `supervisor_version` (#23733) * Document unsupported reason `supervisor_version` * tiny tweak Co-authored-by: Franck Nijhof --- .../unsupported/supervisor_version.markdown | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 source/more-info/unsupported/supervisor_version.markdown diff --git a/source/more-info/unsupported/supervisor_version.markdown b/source/more-info/unsupported/supervisor_version.markdown new file mode 100644 index 00000000000..85a396b5546 --- /dev/null +++ b/source/more-info/unsupported/supervisor_version.markdown @@ -0,0 +1,21 @@ +--- +title: "Supervisor Version" +description: "More information on why supervisor_version marks the installation as unsupported." +--- + +## The issue + +Only the latest version of the supervisor is supported. Users may control when Supervisor +updates by disabling its default auto-update behavior and updating it manually. +But using any version of Supervisor besides the latest is not supported. + +## The solution + +Update Supervisor to the latest version by running the following command: +```bash +ha supervisor update +``` +Or re-enable auto update with this command: +```bash +ha supervisor options --auto-update +```