Site updated at 2016-02-07 22:27:04 UTC
This commit is contained in:
parent
0d5fb35b5c
commit
9cf865a8c2
302 changed files with 3808 additions and 1136 deletions
|
@ -54,7 +54,7 @@
|
|||
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||
<ul class="menu pull-right">
|
||||
<li>
|
||||
<a href="/getting-started/">Getting started</a>
|
||||
<a>Getting started <i class="icon icon-caret-down"></i></a>
|
||||
<ul>
|
||||
<li><a href='/getting-started/'>Installing Home Assistant</a></li>
|
||||
<li><a href='/getting-started/configuration/'>Configuration basics</a></li>
|
||||
|
@ -62,12 +62,12 @@
|
|||
<li><a href='/getting-started/presence-detection/'>Presence detection</a></li>
|
||||
<li><a href='/getting-started/automation/'>Automation</a></li>
|
||||
<li><a href='/getting-started/templating/'>Templating</a></li>
|
||||
<li><a href='/cookbook'>Configuration cookbook</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href='/components/'>Components</a></li>
|
||||
<li><a href='/cookbook'>Examples</a></li>
|
||||
<li>
|
||||
<a href="/developers/">Developers</a>
|
||||
<a>Developers <i class="icon icon-caret-down"></i></a>
|
||||
<ul>
|
||||
<li><a href="/developers/architecture/">Architecture</a></li>
|
||||
<li><a href="/developers/frontend/">Frontend development</a></li>
|
||||
|
@ -100,8 +100,8 @@
|
|||
|
||||
|
||||
<article class="page">
|
||||
|
||||
<div class='edit-github'><a href='https://github.com/balloob/home-assistant.io/tree/master/source/_cookbook/basic_example_use_trigger_values.markdown'>Edit this page on GitHub</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<header>
|
||||
|
@ -153,6 +153,49 @@
|
|||
</div>
|
||||
|
||||
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
<div class="grid">
|
||||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/balloob/home-assistant.io/tree/master/source/_cookbook/basic_example_use_trigger_values.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='section'>
|
||||
<a href='/cookbook'>Back to the cookbook</a>
|
||||
</div>
|
||||
<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>
|
||||
Automation: use_trigger_values
|
||||
</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>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/cookbook/restart_ha_if_wemo_switch_is_not_detected/'>Restart Home Assistant if Wemo Switch is not detected</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/cookbook/send_a_reminder/'>Send a reminder</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/cookbook/track_battery_level/'>Track your battery level</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue