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

@ -165,20 +165,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>
<a href='/cookbook/automation_for_rainy_days/'>Automation for rainy days</a>
</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>
@ -189,6 +186,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>
Using time interval and input boolean
</li>