Site updated at 2017-02-19 10:36:57 UTC

This commit is contained in:
Travis CI 2017-02-19 10:36:57 +00:00
parent cbf45a0583
commit 2de53b6b5a
24 changed files with 38 additions and 38 deletions

View file

@ -114,7 +114,7 @@ Getting the right indentation can be tricky if youre not using an editor with
You can use <a href="http://www.yamllint.com/">YAMLLint</a> to check if your YAML-syntax is correct before loading it into Home Assistant which will save you some time.
<em>Please pay attention on not putting in private data, as it is a 3rd-party website not maintained by Home Assistant.</em></p>
<p>Lines that start with <strong>#</strong> are comments and are ignored by the system.</p>
<p>Text following a <strong>#</strong> are comments and are ignored by the system.</p>
<p>The next example shows an <a href="/components/input_select">input_select</a> component that uses a block collection for the options values.
The other properties (like name) are specified using mappings. Note that the second line just has <code class="highlighter-rouge">threat:</code> with no value on the same line. Here threat is the name of the input_select and the values for it are everything nested below it.</p>