diff --git a/source/getting-started/updating.markdown b/source/getting-started/updating.markdown index c58dc458c8e..56e1a52f032 100644 --- a/source/getting-started/updating.markdown +++ b/source/getting-started/updating.markdown @@ -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.