Site updated at 2017-05-20 22:59:15 UTC

This commit is contained in:
Travis CI 2017-05-20 22:59:15 +00:00
parent 024eeb853f
commit ebffa845cd
709 changed files with 10815 additions and 1472 deletions

View file

@ -118,6 +118,11 @@ The light component supports multiple entries in <code>configuration.yaml</code>
<td>yes</td>
<td>An INT in mireds representing the color temperature you want the light to be.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">kelvin</code></td>
<td>yes</td>
<td>Alternatively, you can specify the color temperature in Kelvin.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">color_name</code></td>
<td>yes</td>
@ -128,6 +133,11 @@ The light component supports multiple entries in <code>configuration.yaml</code>
<td>yes</td>
<td>Integer between 0 and 255 for how bright the color should be.</td>
</tr>
<tr>
<td><code class="highlighter-rouge">brightness_pct</code></td>
<td>yes</td>
<td>Alternatively, you can specify brightness in percent (a number between 0 and 100).</td>
</tr>
<tr>
<td><code class="highlighter-rouge">flash</code></td>
<td>yes</td>