Site updated at 2015-07-15 01:52:17 UTC
This commit is contained in:
parent
88ced17895
commit
ed4832e578
13 changed files with 191 additions and 437 deletions
|
@ -108,11 +108,11 @@
|
|||
<p>Home Assistant is not available on the Play Store. Instead, Home Assistant leverages the new <a href="https://w3c.github.io/manifest/">manifest.json support</a> to allow Android devices to add the web application to your homescreen as if it was a native application.</p>
|
||||
|
||||
<ol>
|
||||
<li> Open Chrome</li>
|
||||
<li> Navigate to your Home Assistant instance</li>
|
||||
<li> Click on the menu icon (three vertical dots)</li>
|
||||
<li> Click on Add to Homescreen</li>
|
||||
<li> A dialog will popup, click on Add</li>
|
||||
<li>Open Chrome</li>
|
||||
<li>Navigate to your Home Assistant instance</li>
|
||||
<li>Click on the menu icon (three vertical dots)</li>
|
||||
<li>Click on Add to Homescreen</li>
|
||||
<li>A dialog will popup, click on Add</li>
|
||||
</ol>
|
||||
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
|||
</p>
|
||||
|
||||
|
||||
<p>Some internet service providers will only offer dynamic IPs. This can cause you to be unable to access Home Assistant while being remote. You can solve this by using a free Dynamic DNS service like <a href="http://www.noip.com/">No-IP</a>.</p>
|
||||
<p>Some internet service providers will only offer dynamic IPs. This can cause you to be unable to access Home Assistant while being remote. You can solve this by using a free Dynamic DNS service like <a href="https://www.duckdns.org/">DuckDNS</a>.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
|
|
@ -121,9 +121,11 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
|
|||
<span class='line-number'>2</span>
|
||||
<span class='line-number'>3</span>
|
||||
<span class='line-number'>4</span>
|
||||
<span class='line-number'>5</span>
|
||||
</pre></td><td class='code'><pre><code class='bash'><span class='line'>git clone --recursive https://github.com/balloob/home-assistant.git
|
||||
</span><span class='line'>python3 -m venv home-assistant
|
||||
</span><span class='line'><span class="nb">cd </span>home-assistant
|
||||
</span><span class='line'><span class="nb">source </span>bin/activate
|
||||
</span><span class='line'>python3 -m homeassistant --open-ui
|
||||
</span></code></pre></td></tr></table></div></figure>
|
||||
</p>
|
||||
|
@ -132,7 +134,7 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
|
|||
<li>Download Home Assistant</li>
|
||||
<li>Setup an isolated environment</li>
|
||||
<li>Navigate to downloaded files</li>
|
||||
<li>Install the dependencies</li>
|
||||
<li>Activate the isolated environment (on Windows, run <code>Scripts/activate.bat</code>)</li>
|
||||
<li>Launch Home Assistant and serve web interface on <a href='http://localhost:8123'>http://localhost:8123</a></li>
|
||||
</ol>
|
||||
<p>If you run into any issues, please see the <a href='/getting-started/troubleshooting.html'>troubleshooting page</a>.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue