Site updated at 2016-02-13 08:04:22 UTC
This commit is contained in:
parent
8a5bfbdfe2
commit
946c08f0ef
91 changed files with 1382 additions and 337 deletions
|
@ -113,10 +113,9 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<h4><a class="title-link" name="send-a-reminder" href="#send-a-reminder"></a> Send a reminder</h4>
|
||||
<p>Always forget to eat lunch? Let Home Assistant send you a reminder.</p>
|
||||
<p>Always forget to eat lunch? Let Home Assistant send you a reminder.</p>
|
||||
|
||||
<p>Add a <a href="/components/notify/">notify platform</a> of your choice</p>
|
||||
<p>Add a <a href="/components/notify/">notify platform</a> of your choice.</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="key">notify</span>:
|
||||
|
@ -167,20 +166,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>
|
||||
|
@ -191,6 +187,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue