Site updated at 2016-10-11 10:00:06 UTC

This commit is contained in:
Travis CI 2016-10-11 10:00:07 +00:00
parent 9d6409db9c
commit 354f359b06
25 changed files with 44 additions and 38 deletions

View file

@ -91,7 +91,7 @@
<p>In Home Assistant 0.19 we introduced a new powerful feature: variables in scripts and automations. This makes it possible to adjust your condition and action based on the information of the trigger.</p>
<p>The trigger data made is available during template rendering as the <code class="highlighter-rouge">trigger</code> variable.</p>
<p>The trigger data made is available during <a href="/topics/templating/">template</a> rendering as the <code class="highlighter-rouge">trigger</code> variable.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entries</span>
<span class="s">automation</span><span class="pi">:</span>