mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
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:
parent
8afcb0aa04
commit
e551ed4459
21
source/more-info/unsupported/supervisor_version.markdown
Normal file
21
source/more-info/unsupported/supervisor_version.markdown
Normal 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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user