From f12a87218025d185323ee7c3c6b597020b95ae35 Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Fri, 2 Mar 2018 18:23:16 -0800 Subject: [PATCH] Add update section for advanced guide Detail steps for the user to do a proper update. --- source/_docs/installation/raspberry-pi.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index d9a0aa4a649..00a77dd3f52 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -89,3 +89,15 @@ When you run the `hass` command for the first time, it will download, install an

If you want setup `hass` as a daemon and autostart it on boot please refer to [Autostart Home Assistant](/docs/autostart/). + +### {% linkable_title Updating %} + +To update to the latest version of Home Assistant follow these simple steps: + +```bash +$ sudo su -s /bin/bash homeassistant +$ source /srv/homeassistant/bin/activate +$ pip3 install --upgrade home assistant +``` + +Once the last command executes restart the Home Assistant service to apply the latest updates. Please keep in mind that some updates may take longer to boot up than others. If Home Assistant fails to start make sure you check the **Breaking Changes** from the [Release Notes](https://github.com/home-assistant/home-assistant/releases).