Add update section for advanced guide

Detail steps for the user to do a proper update.
This commit is contained in:
Daniel Shokouhi 2018-03-02 18:23:16 -08:00 committed by GitHub
parent a8b18212bd
commit f12a872180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,3 +89,15 @@ When you run the `hass` command for the first time, it will download, install an
</p>
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).