Site updated at 2016-11-20 00:07:41 UTC

This commit is contained in:
Travis CI 2016-11-20 00:07:41 +00:00
parent a7a52701e5
commit ce3dfe503b
311 changed files with 6273 additions and 1830 deletions

View file

@ -153,6 +153,22 @@
</code></pre>
</div>
<p>Will add a light with out the white mode:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code> <span class="s">192.168.1.10</span><span class="pi">:</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">NAME</span>
<span class="s">mode</span><span class="pi">:</span> <span class="s2">"</span><span class="s">rgb"</span>
</code></pre>
</div>
<p>Will add a light with white mode (default). Changing the brightness will set the bulb in white mode:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code> <span class="s">192.168.1.10</span><span class="pi">:</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">NAME</span>
<span class="s">mode</span><span class="pi">:</span> <span class="s2">"</span><span class="s">rgbw"</span>
</code></pre>
</div>
</article>
@ -221,6 +237,9 @@
<li>
<a href='/components/light.mqtt/'>MQTT Light</a>
</li>
<li>
<a href='/components/light.mqtt_template/'>MQTT Template Light</a>
</li>
<li>
<a href='/components/light.mysensors/'>MySensors Light</a>
</li>