Site updated at 2016-08-28 17:05:28 UTC
This commit is contained in:
parent
b9e6e98d2b
commit
8d4505d32c
28 changed files with 121 additions and 75 deletions
|
@ -120,14 +120,14 @@
|
|||
|
||||
<p>Inside your configuration folder is the file <code class="highlighter-rouge">configuration.yaml</code>. This is the main file that contains which components will be loaded and what their configuration is. Throughout the documentation you will find snippets that you can add to your configuration file to enable that functionality.</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> and at the <a href="/cookbook/#example-configurationyaml">configuration.yaml examples</a>.</p>
|
||||
|
||||
<p class="note">
|
||||
You will have to restart Home Assistant for changes to <code class="highlighter-rouge">configuration.yaml</code> take effect.
|
||||
You will have to restart Home Assistant for changes to <code class="highlighter-rouge">configuration.yaml</code> to take effect.
|
||||
</p>
|
||||
|
||||
<p>If you run into trouble while configuring Home Assistant, have a look at the <a href="/getting-started/troubleshooting-configuration/">configuration troubleshooting page</a> and at the <a href="/cookbook/#example-configurationyaml">configuration.yaml examples</a>.</p>
|
||||
|
||||
<p class="note tip">
|
||||
Install colorlog (<code class="highlighter-rouge">$ pip3 install colorlog</code>) to make the console output easier to read, hence also easier to catch errors and warnings.
|
||||
Test any changes to your configuration files from the command line with <code class="highlighter-rouge">hass --script check_config</code>. This script allows you to test changes without the need to restart Home Assistant.
|
||||
</p>
|
||||
|
||||
<h3><a href="/getting-started/yaml/">Next step: Get familiar with YAML »</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue