Site updated at 2017-10-16 20:20:00 UTC

This commit is contained in:
Travis CI 2017-10-16 20:20:00 +00:00
parent 638b09c992
commit 29e99c1d7d
29 changed files with 100 additions and 72 deletions

View file

@ -82,6 +82,12 @@
<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>
<li>
<b>Cookbook</b>: <p>Home Assistant configuration examples of the community</p>
</li>
<li>
<b>Customizing</b>: <p>Customization allows overwriting default parameter of the devices in the configuration.</p>
</li>
<li>
<b>Device</b>: <p>Usually this is a physical unit which can do or observe something.</p>
</li>
@ -97,9 +103,24 @@
<li>
<b>Groups</b>: <p>Groups are a way to organize your entities into a single unit.</p>
</li>
<li>
<b>HADashboard</b>: <p>HADashboard is a modular, skinnable dashboard for Home Assistant that is intended to be wall mounted, and is optimized for distance viewing.</p>
</li>
<li>
<b>Hass.io</b>: <p>Hass.io is an operating system that will take care of installing and updating Home Assistant, is managed from the Home Assistant UI, allows creating/restoring snapshots of your configuration and can easily be extended</p>
</li>
<li>
<b>Packages</b>: <p>Packages allow to bundle different component configuations together.</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>
</li>
<li>
<b>Scene</b>: <p>You can create scenes that capture the states you want certain entities to be. For example a scene can specify that light A should be turned on and light B should be bright red.</p>
</li>
<li>
<b>Script</b>: <p>A component that allows users to specify a sequence of actions to be executed by Home Assistant when turned on</p>
</li>
<li>
<b>Service</b>: <p><a href="/docs/scripts/service-calls/">Services</a> are called to perform actions.</p>
</li>
@ -109,9 +130,15 @@
<li>
<b>Trigger</b>: <p>Values or conditions of a platform that are defined to cause an automation to run.</p>
</li>
<li>
<b>Zones</b>: <p>Area used for presence detection.</p>
</li>
<li>
<b>hass</b>: <p>Often used abbreviation for Home Assistant.</p>
</li>
<li>
<b>hassio</b>: <p>An operating system to manage Home Assistant easily using various HASS.io add-ons</p>
</li>
</ul>
</article>
</div>