Site updated at 2017-03-16 06:06:06 UTC

This commit is contained in:
Travis CI 2017-03-16 06:06:06 +00:00
parent de0a820f4f
commit 388a4929e0
25 changed files with 40 additions and 44 deletions

View file

@ -95,19 +95,15 @@
<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">lifx</span>
<span class="s">broadcast</span><span class="pi">:</span> <span class="s">192.168.1.255</span>
<span class="s">server</span><span class="pi">:</span> <span class="s">192.168.1.10</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>server</strong> (<em>Optional</em>): Your server address. Only needed if using more than one network interface. Omit if you are unsure.</li>
<li><strong>broadcast</strong> (<em>Optional</em>): The broadcast address, set to reach all LIFX bulbs.</li>
</ul>
<p>If there is an issue with lights not showing up when Home Assistant is restarted, add broadcast to your configuration.</p>
</article>