Site updated at 2016-09-30 06:46:57 UTC

This commit is contained in:
Travis CI 2016-09-30 06:46:57 +00:00
parent f5c9fb314f
commit e1cf0aff30
26 changed files with 66 additions and 37 deletions

View file

@ -97,7 +97,16 @@
<img src="/images/screenshots/automation-switches.png" />
</p>
<p>This allows one to reload the automation without restarting Home Assistant itself.</p>
<p>This allows one to reload the automation without restarting Home Assistant itself. If you dont want to see the automation rule in your frontend use <code class="highlighter-rouge">hide_entity: True</code> to hide it.</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="s">Door alarm</span>
<span class="s">hide_entity</span><span class="pi">:</span> <span class="s">True</span>
<span class="s">trigger</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">state</span>
<span class="s">...</span>
</code></pre>
</div>
</article>