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
|
@ -7,7 +7,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Automation examples using the sun - Home Assistant</title>
|
||||
<title>Examples using the sun - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Automation examples that use the sun.">
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
|||
<link rel="canonical" href="https://home-assistant.io/cookbook/automation_sun/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Automation examples using the sun">
|
||||
<meta property="og:title" content="Examples using the sun">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/cookbook/automation_sun/">
|
||||
<meta property="og:type" content="article">
|
||||
|
@ -25,7 +25,7 @@
|
|||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Automation examples using the sun">
|
||||
<meta name="twitter:title" content="Examples using the sun">
|
||||
<meta name="twitter:description" content="Automation examples that use the sun.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
|
@ -107,7 +107,7 @@
|
|||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Automation Examples Using the Sun
|
||||
Examples Using the Sun
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
@ -237,20 +237,17 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Automation Examples</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
Automation examples using the sun
|
||||
</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>
|
||||
Examples using the sun
|
||||
</li>
|
||||
<li>
|
||||
<a href='/cookbook/restart_ha_if_wemo_switch_is_not_detected/'>Restart Home Assistant if Wemo Switch is not detected</a>
|
||||
|
@ -261,6 +258,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