Added upgrade instructions (#503)

This commit is contained in:
arsaboo 2016-05-23 05:19:36 -04:00 committed by Fabian Affolter
parent ff11f59fc2
commit 0baae8904c

View File

@ -45,3 +45,8 @@ The All-In-One installer script will do the following automatically:
Windows Users - Please note that after running the installer, you will need to modify a couple settings allowing you to "switch users" to edit your configuration files. The needed change within WinSCP can be seen here: [Imgur](http://i.imgur.com/tlOljo6.jpg)
To upgrade the All-In-One:
* Login to rPi ssh pi@IPADRESS
* Change to hass user `sudo su -s /bin/bash hass`
* Change to virtual enviroment `source /srv/hass/hass_venv/bin/activate`
* Update HA `sudo pip3 install --upgrade homeassistant`