Site updated at 2016-12-26 16:44:45 UTC

This commit is contained in:
Travis CI 2016-12-26 16:44:45 +00:00
parent 75e5f0812d
commit 0d8c1e5152
23 changed files with 38 additions and 36 deletions

View file

@ -153,11 +153,13 @@ Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian i
<p class="note note">
If you deployed Home Assistant via the AiO installer prior to December 2016, you will need to use the following commands:
* Login to Raspberry Pi <code class="highlighter-rouge">ssh pi@your_raspberry_pi_ip</code>
* Change to homeassistant user <code class="highlighter-rouge">sudo su -s /bin/bash hass</code>
* Change to virtual enviroment <code class="highlighter-rouge">source /srv/hass/hass_venv/bin/activate</code>
* Update HA <code class="highlighter-rouge">pip3 install --upgrade homeassistant</code>
* Type <code class="highlighter-rouge">exit</code> to logout the hass user and return to the <code class="highlighter-rouge">pi</code> user.
</p>
<p>To upgrade with fabric:</p>