Site updated at 2016-03-24 16:04:13 UTC

This commit is contained in:
Travis CI 2016-03-24 16:04:13 +00:00
parent 49bae404d6
commit 7f6987a55c
15 changed files with 355 additions and 170 deletions

View file

@ -115,9 +115,12 @@
<hr class="divider">
<p class="note">
This is an advanced feature of Home Assistant. Youll need a basic understanding of the <a href="/developers/architecture/">Home Assistant architecture</a>, especially states.
</p>
<p>This is an advanced feature of Home Assistant. Youll need a basic understanding of the following things:</p>
<ul>
<li><a href="/developers/architecture/">Home Assistant architecture</a>, especially states.</li>
<li><a href="/topics/state_object/">State object</a></li>
</ul>
<p>Templating is a powerful feature in Home Assistant that allows the user control over information that is going into and out of the system. It is used for:</p>