From 6fe97d03049395b8a722a2be8747dd455619ab6b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 30 Sep 2016 21:33:25 +0200 Subject: [PATCH] Add rollback section --- source/getting-started/updating.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) 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.