Document unsupported reason supervisor_version (#23733)

* Document unsupported reason `supervisor_version`

* tiny tweak

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Mike Degatano 2022-08-15 12:24:45 -04:00 committed by GitHub
parent 8afcb0aa04
commit e551ed4459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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