Add rollback section

This commit is contained in:
Fabian Affolter 2016-09-30 21:33:25 +02:00
parent 72293a3d0e
commit 6fe97d0304
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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.
#### {% 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 %}
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'>