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

@ -122,13 +122,13 @@
<p><a href="/cookbook/automation_for_rainy_days/">Automation for rainy days</a></p>
</li>
<li>
<p><a href="/cookbook/automation_sun/">Automation examples using the sun</a></p>
<p><a href="/cookbook/automation_sun/">Examples using the sun</a></p>
</li>
<li>
<p><a href="/cookbook/basic_example_use_trigger_values/">Automation: use_trigger_values</a></p>
<p><a href="/cookbook/basic_example_use_trigger_values/">Example using use_trigger_values</a></p>
</li>
<li>
<p><a href="/cookbook/turn_on_light_for_10_minutes_when_motion_detected/">Motion detected light</a></p>
<p><a href="/cookbook/turn_on_light_for_10_minutes_when_motion_detected/">Turn on lights for 10 minutes after motion detected</a></p>
</li>
<li>
<p><a href="/cookbook/dim_lights_when_playing_media/">Dim lights when playing media</a></p>
@ -161,14 +161,17 @@
</li>
</ul>
<h3><a class="title-link" name="full-configurationyaml-examples" href="#full-configurationyaml-examples"></a> Full configuration.yaml Examples</h3>
<h3><a class="title-link" name="example-configurationyaml" href="#example-configurationyaml"></a> Example configuration.yaml</h3>
<ul>
<li>
<p><a href="https://gist.github.com/CCOSTAN/9934de973a293b809868">Configuration.yaml by Carlo Costanzo</a></p>
<p><a href="https://gist.github.com/CCOSTAN/9934de973a293b809868">Configuration.yaml by Carlo Costanzo <i class="icon-external-link"></i></a></p>
</li>
<li>
<p><a href="https://github.com/happyleavesaoc/my-home-automation/tree/master/homeassistant">Configuration.yaml by happyleavesaoc</a></p>
<p><a href="https://github.com/happyleavesaoc/my-home-automation/tree/master/homeassistant">Configuration.yaml by happyleavesaoc <i class="icon-external-link"></i></a></p>
</li>
<li>
<p><a href="/cookbook/customize_polling_interval/">Customize polling interval for any component</a></p>
</li>
</ul>