Site updated at 2016-06-04 19:58:36 UTC

This commit is contained in:
Travis CI 2016-06-04 19:58:36 +00:00
parent 6526f1bf8d
commit 18b0d79d7a
22 changed files with 39 additions and 38 deletions

View file

@ -95,8 +95,11 @@
<p>When launched for the first time, Home Assistant will write a default configuration file enabling the web interface and device discovery. It can take up to a minute for your devices to be discovered and show up in the user interface.</p>
<p>If you run into trouble while configuring Home Assistant, have a look at <a href="/getting-started/troubleshooting-configuration/">the configuration troubleshooting page</a>.<br />
Tips: Install colorlog (pip install colorlog) to make the console output easier to read, hence also easier to catch errors and warnings,</p>
<p>If you run into trouble while configuring Home Assistant, have a look at <a href="/getting-started/troubleshooting-configuration/">the configuration troubleshooting page</a>.</p>
<p class="note tip">
Install colorlog (<code>$ pip install colorlog</code>) to make the console output easier to read, hence also easier to catch errors and warnings.
</p>
<p class="note">
You will have to restart Home Assistant each time you make changes in <code>configuration.yaml</code> in order for these to take effect.