Site updated at 2016-10-04 22:08:12 UTC

This commit is contained in:
Travis CI 2016-10-04 22:08:12 +00:00
parent 1b86ab1293
commit a3006a627e
24 changed files with 39 additions and 39 deletions

View file

@ -125,7 +125,7 @@
<h4><a class="title-link" name="send-sun-risesun-set-notifications" href="#send-sun-risesun-set-notifications"></a> Send sun rise/sun set notifications</h4>
<p>Notifications send through <a href="/components/notify.pushbullet/">PushBullet</a> when the sun state is changed.</p>
<p>Send notifications through <a href="/components/notify.pushbullet/">PushBullet</a> when the sun state is changed.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">automation</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">alias</span><span class="pi">:</span> <span class="s1">'</span><span class="s">Send</span><span class="nv"> </span><span class="s">notification</span><span class="nv"> </span><span class="s">when</span><span class="nv"> </span><span class="s">sun</span><span class="nv"> </span><span class="s">rises'</span>

View file

@ -123,11 +123,11 @@
<span class="n">DEPENDENCIES</span> <span class="o">=</span> <span class="p">[</span><span class="s">'group'</span><span class="p">,</span> <span class="s">'device_tracker'</span><span class="p">,</span> <span class="s">'light'</span><span class="p">]</span>
<span class="c"># Attribute to tell which light has to flash whem a known person comes home</span>
<span class="c"># Attribute to tell which light has to flash when a known person comes home</span>
<span class="c"># If omitted will flash all.</span>
<span class="n">CONF_KNOWN_LIGHT</span> <span class="o">=</span> <span class="s">"known_light"</span>
<span class="c"># Attribute to tell which light has to flash whem an unknown person comes home</span>
<span class="c"># Attribute to tell which light has to flash when an unknown person comes home</span>
<span class="c"># If omitted will flash all.</span>
<span class="n">CONF_UNKNOWN_LIGHT</span> <span class="o">=</span> <span class="s">"unknown_light"</span>