Skip to content

Commit

Permalink
Re-add updating Home Assistant instructions
Browse files Browse the repository at this point in the history
Updating Home Assistant instructions got lost with the reworked guides.
Landrash authored Mar 1, 2017
1 parent 49d3dd4 commit 50f9af2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions source/_docs/hassbian/upgrading.markdown
Original file line number Diff line number Diff line change
@@ -15,10 +15,22 @@ Log in as the `pi` account and execute the following commands:

```bash
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get -y upgrade
```

Press `Y` to confirm that you would like to continue.

#### {% linkable_title Updating Home Assistant %}

To update the Home Assistant installation execute the following command as the `pi` user.

```bash
$ sudo systemctl stop homeassistant@homeassistant.service
$ sudo su -s /bin/bash homeassistant
$ source /srv/homeassistant/bin/activate
$ pip3 install --upgrade homeassistant
$ exit
$ sudo systemctl start homeassistant@homeassistant.service
```

#### {% linkable_title Upgrading the hassbian-scripts %}

0 comments on commit 50f9af2

Please sign in to comment.