Site updated at 2017-10-15 14:00:10 UTC

This commit is contained in:
Travis CI 2017-10-15 14:00:10 +00:00
parent 7b9e372fd7
commit 03f3847048
28 changed files with 77 additions and 68 deletions

View file

@ -76,6 +76,9 @@
</header>
<hr class="divider">
<ul>
<li>
<b>Automation</b>: <p>Capability to call a service based on a simple or complex trigger. Automation allows a condition such as sunset to cause an event, such as a light turning on.</p>
</li>
<li>
<b>Component</b>: <p>The components provide the core logic for the functionality in Home Assistant. Like <code class="highlighter-rouge">notify</code> provides sending notifications.</p>
</li>
@ -92,7 +95,7 @@
<b>Event</b>: <p>When somethings happen.</p>
</li>
<li>
<b>Groups</b>: <p>Groups are a way to organize your entities into a group.</p>
<b>Groups</b>: <p>Groups are a way to organize your entities into a single unit.</p>
</li>
<li>
<b>Platform</b>: <p>A platform makes the connection to a specific software or hardware platform. The <code class="highlighter-rouge">pushbullet</code> platform works with the service from pushbullet.com.</p>
@ -100,6 +103,12 @@
<li>
<b>Service</b>: <p><a href="/docs/scripts/service-calls/">Services</a> are called to perform actions.</p>
</li>
<li>
<b>Template</b>: <p>An automation definition can include variables for the service or data from the trigger values. This allows automations to generate dynamic actions.</p>
</li>
<li>
<b>Trigger</b>: <p>Values or conditions of a platform that are defined to cause an automation to run.</p>
</li>
<li>
<b>hass</b>: <p>Often used abbreviation for Home Assistant.</p>
</li>