Site updated at 2017-04-14 15:38:37 UTC

This commit is contained in:
Travis CI 2017-04-14 15:38:37 +00:00
parent b7dad020af
commit 04199e3c2a
25 changed files with 39 additions and 39 deletions

View file

@ -67,7 +67,7 @@
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">lifx</code> platform allows you to integrate your <a href="http://www.lifx.com">LIFX</a> into Home Assistant.</p>
<p><em>Please note, LIFX is currently not supported on Windows.</em></p>
<p><em>Please note, the <code class="highlighter-rouge">lifx</code> platform does not support Windows. The <code class="highlighter-rouge">lifx_legacy</code> platform (supporting basic functionality) can be used instead.</em></p>
<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>

View file

@ -121,7 +121,7 @@ The light component supports multiple entries in <code>configuration.yaml</code>
<tr>
<td><code class="highlighter-rouge">color_name</code></td>
<td>yes</td>
<td>A human readable string of a color name, such as <code class="highlighter-rouge">blue</code> or <code class="highlighter-rouge">goldenrod</code> or <a href="http://stackoverflow.com/questions/8318911/why-does-html-think-chucknorris-is-a-color"><code class="highlighter-rouge">chucknorris</code></a>. If your browser can display it, so can Home Assistant.</td>
<td>A human readable string of a color name, such as <code class="highlighter-rouge">blue</code> or <code class="highlighter-rouge">goldenrod</code>. All <a href="https://www.w3.org/TR/2010/PR-css3-color-20101028/#svg-color"><code class="highlighter-rouge">CSS3 color names</code></a> are supported.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">brightness</code></td>