Site updated at 2017-04-17 03:03:04 UTC

This commit is contained in:
Travis CI 2017-04-17 03:03:04 +00:00
parent 8d2abe6ed3
commit 1a65a1af09
25 changed files with 38 additions and 44 deletions

View file

@ -123,12 +123,6 @@ Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian i
<li>Type <code class="highlighter-rouge">exit</code> to logout the hass user and return to the <code class="highlighter-rouge">pi</code> user.</li>
</ul>
</div>
<p>To upgrade with fabric:</p>
<ul>
<li>Login to Raspberry Pi <code class="highlighter-rouge">ssh pi@your_raspberry_pi_ip</code></li>
<li>Change to <code class="highlighter-rouge">cd ~/fabric-home-assistant</code></li>
<li>Run <code class="highlighter-rouge">fab upgrade_homeassistant</code></li>
</ul>
<p>After upgrading, you can restart Home Assistant a few different ways:</p>
<ul>
<li>Restarting the Raspberry Pi <code class="highlighter-rouge">sudo reboot</code></li>