Site updated at 2017-08-15 17:15:10 UTC

This commit is contained in:
Travis CI 2017-08-15 17:15:10 +00:00
parent 2190369d8c
commit 660ed83f54
26 changed files with 40 additions and 40 deletions

View file

@ -218,7 +218,7 @@ With template triggers you can also evaluate attribute changes by using is_state
</code></pre>
</div>
<h3><a class="title-link" name="multiple-triggers" href="#multiple-triggers"></a> Multiple triggers</h3>
<p>When your want your automation rule to have multiple triggers, just prefix the first line of each trigger with a dash (-) and indent the lines following accordingly. Whenever one of the triggers fires, your rule is executed.</p>
<p>When your want your automation rule to have multiple triggers, just prefix the first line of each trigger with a dash (-) and indent the next lines accordingly. Whenever one of the triggers fires, your rule is executed.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">automation</span><span class="pi">:</span>
<span class="s">trigger</span><span class="pi">:</span>
<span class="c1"># first trigger</span>