Site updated at 2015-10-27 04:59:24 UTC

This commit is contained in:
Paulus Schoutsen 2015-10-26 21:59:24 -07:00
parent 0dec4860da
commit adcde053bb
220 changed files with 226724 additions and 6116 deletions

View file

@ -58,9 +58,9 @@
<li><a href='/getting-started/presence-detection.html'>Presence detection</a></li>
<li><a href='/getting-started/automation.html'>Automation</a></li>
<li><a href='/cookbook'>Configuration cookbook</a></li>
<li><a href='/components/'>Component overview</a></li>
</ul>
</li>
<li><a href='/components/'>Components</a></li>
<li>
<a href="/developers/">Developers</a>
<ul>
@ -108,13 +108,23 @@
<p>This is a community currated list of <code>configuration.yaml</code> examples. New recipes can be added via
the <a href="https://github.com/balloob/home-assistant.io/tree/master/source/cookbook">home-assistant.io repository</a>.</p>
the <a href="https://github.com/balloob/home-assistant.io/tree/master/source/_cookbook">home-assistant.io repository</a>.</p>
<ul>
<li><p><a href="/cookbook/automation_for_rainy_days.html">Automation for rainy days</a></p></li>
<li><p><a href="/cookbook/automation_sun.html">Automation sun</a></p></li>
<li><p><a href="/cookbook/basic_example_use_trigger_values.html">Basic example use trigger values</a></p></li>
<li><p><a href="/cookbook/turn_on_light_for_10_minutes_when_motion_detected.html">Turn on light for 10 minutes when motion detected</a></p></li>
<li><p><a href="/cookbook/automation_sun.html">Automation examples using the sun</a></p></li>
<li><p><a href="/cookbook/basic_example_use_trigger_values.html">Automation: use_trigger_values</a></p></li>
<li><p><a href="/cookbook/dim_lights_when_playing_media.html">Dim lights when playing media</a></p></li>
<li><p><a href="/cookbook/turn_on_light_for_10_minutes_when_motion_detected.html">Motion detected light</a></p></li>
</ul>
<h4>Configuration.yaml Gists</h4>
<p>Some users keep a public scrubbed copy of their <code>configuration.yaml</code> to learn from.</p>
<ul>
<li><a href="https://gist.github.com/CCOSTAN/9934de973a293b809868">Configuration.yaml by Carlo Costanzo</a></li>
</ul>