Site updated at 2017-07-16 05:06:47 UTC

This commit is contained in:
Travis CI 2017-07-16 05:06:47 +00:00
parent 477f499ed2
commit 3738c7d54a
524 changed files with 8458 additions and 2098 deletions

View file

@ -79,12 +79,12 @@
<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">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 for discovering lights. Only needed if using more than one network interface. Omit if you are unsure.</li>
<li><strong>server</strong> (<em>Optional</em>): Your server address. Will listen on all interfaces if omitted. Omit if you are unsure.</li>
</ul>
<h2><a class="title-link" name="set-state" href="#set-state"></a> Set state</h2>
<p>The LIFX bulbs allow a change of color and brightness even when they are turned off. This way you can control the light during the day so its settings are correct when events for turning on are received, for example from motion detectors or external buttons.</p>