Site updated at 2017-04-05 05:26:51 UTC
This commit is contained in:
parent
2fded40d42
commit
5de5167e51
24 changed files with 38 additions and 38 deletions
|
@ -76,7 +76,7 @@
|
|||
<ul>
|
||||
<li>Formatting outgoing messages in, for example, the <a href="/components/notify/">notify</a> and <a href="/components/alexa/">alexa</a> components.</li>
|
||||
<li>Process incoming data from sources that provide raw data, like <a href="/components/mqtt/">MQTT</a>, <a href="/components/sensor.rest/">REST sensor</a>, or the <a href="/components/sensor.command_line/">command line sensor</a>.</li>
|
||||
<li>[Advanced Automation templating]auto-template]</li>
|
||||
<li><a href="/docs/automation/templating/">Automation Templating</a>.</li>
|
||||
</ul>
|
||||
<h2><a class="title-link" name="building-templates" href="#building-templates"></a> Building templates</h2>
|
||||
<p>Templating in Home Assistant is powered by the <a href="http://jinja.pocoo.org/">Jinja2</a> templating engine. This means that we are using their syntax and make some custom Home Assistant variables available to templates during rendering. We will not go over the basics of the syntax, as Jinja2 does a lot better job at this in their <a href="http://jinja.pocoo.org/docs/dev/templates/">Jinja2 documentation</a>.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue