Add rollback section
This commit is contained in:
parent
72293a3d0e
commit
6fe97d0304
1 changed files with 9 additions and 0 deletions
|
@ -27,7 +27,16 @@ After updating, restart Home Assistant for the changes to take effect. This mean
|
||||||
|
|
||||||
[BRUH automation](http://www.bruhautomation.com) has created [a tutorial video](https://www.youtube.com/watch?v=tuG2rs1Cl2Y) explaining how to upgrade Home Assistant.
|
[BRUH automation](http://www.bruhautomation.com) has created [a tutorial video](https://www.youtube.com/watch?v=tuG2rs1Cl2Y) explaining how to upgrade Home Assistant.
|
||||||
|
|
||||||
|
#### {% linkable_title Run a specific version %}
|
||||||
|
|
||||||
|
It can happen that a version doesn't play well with your hardware setup. If that's the case you can downgrade to a previous release.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ pip3 install homeassistant==0.XX.X
|
||||||
|
```
|
||||||
|
|
||||||
#### {% linkable_title Run the development version %}
|
#### {% linkable_title Run the development version %}
|
||||||
|
|
||||||
If you want to stay on top of the development of Home Assistant then you can upgrade to the `dev` branch.
|
If you want to stay on top of the development of Home Assistant then you can upgrade to the `dev` branch.
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue