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 +```