Site updated at 2016-02-28 00:32:16 UTC

This commit is contained in:
Travis CI 2016-02-28 00:32:16 +00:00
parent e332b3d651
commit e542c65dd9
269 changed files with 8210 additions and 981 deletions

View file

@ -121,6 +121,7 @@
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">light</span>:
<span class="key">platform</span>: <span class="string"><span class="content">rfxtrx</span></span>
<span class="key">signal_repetitions</span>: <span class="string"><span class="content">3</span></span>
<span class="key">devices</span>:
<span class="key">living_room</span>:
<span class="key">name</span>: <span class="string"><span class="content">Living Room</span></span>
@ -135,6 +136,7 @@
<ul>
<li><strong>devices</strong> (<em>Required</em>): A list of devices with their name to use in the frontend.</li>
<li><strong>automatic_add</strong> (<em>Optional</em>): To enable the automatic addition of new lights.</li>
<li><strong>signal_repetitions</strong> <em>Optional</em>: Because the rxftrx device sends its actions via radio and from most receivers its impossible to know if the signal was received or not. Therefore you can configure the switch to try to send each signal repeatedly.</li>
</ul>
@ -173,6 +175,9 @@
<div class='section'>
<h1 class="title delta">Category Light</h1>
<ul class='divided'>
<li>
<a href='/components/light.wemo/'>Belkin WeMo Lights</a>
</li>
<li>
<a href='/components/light.blinksticklight/'>Blinkstick</a>
</li>