Site updated at 2015-09-20 04:36:32 UTC
This commit is contained in:
parent
5ccad30d25
commit
a922794802
27 changed files with 1241 additions and 752 deletions
|
@ -119,7 +119,7 @@
|
|||
<div class="grid">
|
||||
|
||||
<div class="grid__item one-whole lap-two-half">
|
||||
<h2 class="title">Light and environment</h2>
|
||||
<h2 class="title" id='light'>Light and environment</h2>
|
||||
<p></p>
|
||||
|
||||
<table>
|
||||
|
@ -178,7 +178,7 @@
|
|||
<div class="grid">
|
||||
|
||||
<div class="grid__item one-whole lap-two-hald">
|
||||
<h2 class="title">Devices and protocols</h2>
|
||||
<h2 class="title" id='devices'>Devices and protocols</h2>
|
||||
<p></p>
|
||||
<table>
|
||||
|
||||
|
@ -242,7 +242,7 @@
|
|||
<div class="grid">
|
||||
|
||||
<div class="grid__item one-whole lap-two-thirds">
|
||||
<h2 class="title">Presence detection</h2>
|
||||
<h2 class="title" id='presence'>Presence detection</h2>
|
||||
<p>Offers presence detection by looking at connected devices or by scanning the network.</p>
|
||||
<table>
|
||||
<tr>
|
||||
|
@ -310,7 +310,7 @@
|
|||
<div class="grid">
|
||||
|
||||
<div class="grid__item one-whole lap-two-thirds">
|
||||
<h2 class="title">Media player</h2>
|
||||
<h2 class="title" id='media-player'>Media player</h2>
|
||||
<p>Controls your media player (Playback and Volume) and get details about the played track.</p>
|
||||
|
||||
<table>
|
||||
|
@ -359,7 +359,7 @@
|
|||
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
|
||||
<div class="grid">
|
||||
<div class="grid__item one-whole lap-two-thirds">
|
||||
<h2 class="title">Cameras and various other entities</h2>
|
||||
<h2 class="title" id='camera'>Cameras and various other entities</h2>
|
||||
<p>Camera allows you to see what going in real-time. Other entities report the current state and/or let you control it.</p>
|
||||
|
||||
<table>
|
||||
|
@ -472,7 +472,7 @@ the manufacturers of these devices.
|
|||
<div class="grid">
|
||||
|
||||
<div class="grid__item one-whole lap-two-thirds">
|
||||
<h2 class="title">Internals</h2>
|
||||
<h2 class="title" id='internal'>Internals</h2>
|
||||
<p>Those services offers you a wide range of possibilities out-of-box.</p>
|
||||
<table>
|
||||
|
||||
|
@ -526,7 +526,7 @@ the manufacturers of these devices.
|
|||
<div class="grid">
|
||||
|
||||
<div class="grid__item one-whole lap-two-thirds">
|
||||
<h2 class="title">Notifications</h2>
|
||||
<h2 class="title" id='notify-service'>Notifications</h2>
|
||||
<p>Allows you to send customized messages to the given service.</p>
|
||||
|
||||
<table>
|
||||
|
@ -585,7 +585,7 @@ the manufacturers of these devices.
|
|||
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
|
||||
<div class="grid">
|
||||
<div class="grid__item one-whole lap-two-thirds">
|
||||
<h2 class="title">Web services</h2>
|
||||
<h2 class="title" id='web-service'>Web services</h2>
|
||||
<p>The web services displays data grabbed from an external source or interact with them.</p>
|
||||
|
||||
<table>
|
||||
|
@ -647,10 +647,6 @@ the service providers.
|
|||
<td> Allow for automating service calls when a specific state is met</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a href="/components/scheduler.html">Scheduler</a> </td>
|
||||
<td> Allows for scheduling service calls when sun sets or it is specific time</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <a href="/components/script.html">Script</a> </td>
|
||||
<td> Allow user to define scripts to run from within Home Assistant</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue