Site updated at 2016-10-08 18:28:01 UTC

This commit is contained in:
Travis CI 2016-10-08 18:28:02 +00:00
parent c33649c7ed
commit 85df6d11f5
522 changed files with 7493 additions and 3477 deletions

View file

@ -107,12 +107,6 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">light</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">flux_led</span>
<span class="s">automatic_add</span><span class="pi">:</span> <span class="s">BOOLEAN</span>
<span class="s">devices</span><span class="pi">:</span>
<span class="s">IP_ADDR_1</span><span class="pi">:</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">CUSTOM_NAME_1</span>
<span class="s">IP_ADDR_2</span><span class="pi">:</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">CUSTOM_NAME_2</span>
</code></pre>
</div>
@ -123,7 +117,7 @@
<li><strong>devices</strong> (<em>Optional</em>): A list of devices with their ip address and a custom name to use in the frontend.</li>
</ul>
<p>Example configuration:</p>
<h3><a class="title-link" name="example-configuration" href="#example-configuration"></a> Example configuration</h3>
<p>Will automatically search and add all lights on start up:</p>