Site updated at 2015-03-24 02:00:11 UTC

This commit is contained in:
Paulus Schoutsen 2015-03-23 19:00:11 -07:00
parent c04323351d
commit d130c801b2
13 changed files with 137 additions and 40 deletions

View file

@ -98,11 +98,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>

View file

@ -148,6 +148,10 @@ Installing and running Home Assistant on your local machine is easy. Make sure y
<p class='note'>
When using boot2docker on OS X you are unable to map the local time to your Docker container. Replace <code>-v /etc/localtime:/etc/localtime:ro</code> with <code>-e "TZ=America/Los_Angeles"</code> (replacing America/Los_Angeles with <a href='http://en.wikipedia.org/wiki/List_of_tz_database_time_zones'>your timezone</a>)
</p>
<p class='note warning'>
Home Assistant currently does not fare well if server and client are in different time zones.
</p>
</div>
<div class='install-instructions raspberry'>
@ -232,6 +236,9 @@ NOTE: the rest of the commands are not being run as sudo and will install python
If you want to update to the latest version in the future, run: <code>scripts/update</code>.
</p>
<p class='note warning'>
Home Assistant currently does not fare well if server and client are in different time zones.
</p>
</div>
</div>