Site updated at 2016-09-30 19:37:54 UTC
This commit is contained in:
parent
df2860cd84
commit
0526c9b16f
23 changed files with 45 additions and 36 deletions
|
@ -105,7 +105,16 @@
|
|||
|
||||
<p><a href="http://www.bruhautomation.com">BRUH automation</a> has created <a href="https://www.youtube.com/watch?v=tuG2rs1Cl2Y">a tutorial video</a> explaining how to upgrade Home Assistant.</p>
|
||||
|
||||
<h4><a class="title-link" name="run-a-specific-version" href="#run-a-specific-version"></a> Run a specific version</h4>
|
||||
|
||||
<p>It can happen that a version doesn’t play well with your hardware setup. If that’s the case you can downgrade to a previous release.</p>
|
||||
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>pip3 install <span class="nv">homeassistant</span><span class="o">==</span>0.XX.X
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<h4><a class="title-link" name="run-the-development-version" href="#run-the-development-version"></a> Run the development version</h4>
|
||||
|
||||
<p>If you want to stay on top of the development of Home Assistant then you can upgrade to the <code class="highlighter-rouge">dev</code> branch.</p>
|
||||
|
||||
<p class="note warning">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue