mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add a warning for balloob/home-assistant#72
This commit is contained in:
parent
5d07bab51c
commit
a3dde919a8
@ -59,6 +59,10 @@ docker run -d --name="home-assistant" -v /path/to/your/config:/config -v /etc/lo
|
|||||||
<p class='note'>
|
<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>)
|
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>
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
Home Assistant currently does not fare well if server and client are in different time zones.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='install-instructions raspberry'>
|
<div class='install-instructions raspberry'>
|
||||||
@ -139,6 +143,9 @@ python3 -m homeassistant
|
|||||||
If you want to update to the latest version in the future, run: <code>scripts/update</code>.
|
If you want to update to the latest version in the future, run: <code>scripts/update</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
Home Assistant currently does not fare well if server and client are in different time zones.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user