Site updated at 2016-02-13 08:04:22 UTC

This commit is contained in:
Travis CI 2016-02-13 08:04:22 +00:00
parent 8a5bfbdfe2
commit 946c08f0ef
91 changed files with 1382 additions and 337 deletions

View file

@ -113,9 +113,7 @@
<hr class="divider">
<h3><a class="title-link" name="rainy-day-light" href="#rainy-day-light"></a> Rainy Day Light</h3>
<p>This requires a <a href="components/sensor.forecast/">forecast.io</a> sensor with the condition <code>weather_precip</code> that tells if its raining or not.</p>
<p>This requires a <a href="components/sensor.forecast/">forecast.io</a> sensor with the condition <code>weather_precip</code> that tells if its raining or not.</p>
<p>Turn on a light in the living room when it starts raining, someone is home, and its afternoon or later.</p>
@ -184,20 +182,17 @@
<div class='section'>
<h1 class="title delta">Automation Examples</h1>
<ul class='divided'>
<li>
<a href='/cookbook/automation_sun/'>Automation examples using the sun</a>
</li>
<li>
Automation for rainy days
</li>
<li>
<a href='/cookbook/basic_example_use_trigger_values/'>Automation: use_trigger_values</a>
</li>
<li>
<a href='/cookbook/dim_lights_when_playing_media/'>Dim lights when playing media</a>
</li>
<li>
<a href='/cookbook/turn_on_light_for_10_minutes_when_motion_detected/'>Motion detected light</a>
<a href='/cookbook/basic_example_use_trigger_values/'>Example using use_trigger_values</a>
</li>
<li>
<a href='/cookbook/automation_sun/'>Examples using the sun</a>
</li>
<li>
<a href='/cookbook/restart_ha_if_wemo_switch_is_not_detected/'>Restart Home Assistant if Wemo Switch is not detected</a>
@ -208,6 +203,9 @@
<li>
<a href='/cookbook/track_battery_level/'>Track your battery level</a>
</li>
<li>
<a href='/cookbook/turn_on_light_for_10_minutes_when_motion_detected/'>Turn on lights for 10 minutes after motion detected</a>
</li>
<li>
<a href='/cookbook/automation_using_timeinterval_inputboolean/'>Using time interval and input boolean</a>
</li>