Site updated at 2017-04-23 16:31:59 UTC

This commit is contained in:
Travis CI 2017-04-23 16:31:59 +00:00
parent 0458c1d762
commit 3bf7c07a79
149 changed files with 1063 additions and 57 deletions

View file

@ -74,7 +74,7 @@ The upgrade process differs depending on the installation you have, so please re
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>pip3 install --upgrade homeassistant
</code></pre>
</div>
<p>After updating, you must restart Home Assistant for the changes to take effect. This means that you will have to restart <code class="highlighter-rouge">hass</code> itself or the <a href="/docs/autostart/">autostarting</a> daemon (if applicable)</p>
<p>After updating, you must restart Home Assistant for the changes to take effect. This means that you will have to restart <code class="highlighter-rouge">hass</code> itself or the <a href="/docs/autostart/">autostarting</a> daemon (if applicable) Startup can take considerable amount of time (i.e. minutes) depending on your device.</p>
<p class="note">
To avoid permission errors, the upgrade must be run as the same user as the installation was completed, again review the documentation specific to your install <a href="/docs/hassbian/installation/">HASSbian</a>, <a href="/docs/installation/raspberry-pi-all-in-one/">Raspberry Pi All-In-One Installer</a>, <a href="/docs/installation/vagrant/">Vagrant</a>, or <a href="/docs/installation/virtualenv">Virtualenv</a>.
</p>