Site updated at 2015-04-27 15:28:39 UTC

This commit is contained in:
Paulus Schoutsen 2015-04-27 08:28:39 -07:00
parent f137ead5cd
commit 6c5c47cbb1
10 changed files with 72 additions and 64 deletions

View file

@ -123,11 +123,19 @@
<span class='line-number'>5</span>
<span class='line-number'>6</span>
<span class='line-number'>7</span>
<span class='line-number'>8</span>
<span class='line-number'>9</span>
<span class='line-number'>10</span>
<span class='line-number'>11</span>
</pre></td><td class='code'><pre><code class=''><span class='line'>device_sun_light_trigger:
</span><span class='line'> # Each of these 4 options are optional.
</span><span class='line'>
</span><span class='line'> # Specify a specific light/group of lights that has to be turned on
</span><span class='line'> light_group: group.living_room
</span><span class='line'> # Specify which light profile to use when turning lights on
</span><span class='line'> light_profile: relax
</span><span class='line'> # Specify which group of devices to track
</span><span class='line'> device_group: group.my_devices
</span><span class='line'> # Disable lights being turned off when everybody leaves the house
</span><span class='line'> disable_turn_off: 1</span></code></pre></td></tr></table></div></figure>