Site updated at 2015-05-15 05:52:31 UTC
This commit is contained in:
parent
f53c01f50d
commit
85a2976dd5
100 changed files with 2892 additions and 747 deletions
|
@ -70,12 +70,13 @@
|
|||
<li><a href="/developers/add_new_platform.html">
|
||||
Adding platform support
|
||||
</a></li>
|
||||
<li><a href="/developers/api.html">Rest API</a></li>
|
||||
<li><a href="/developers/api.html">API</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="https://groups.google.com/forum/#!forum/home-assistant-dev">Need help?</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
@ -151,6 +152,18 @@
|
|||
<td>Control WeMo switches and read the usage statistics from Insight switches.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href='/components/sensor.mysensors.html'><img src='/images/supported_brands/mysensors.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/sensor.mysensors.html'>MySensors switches</a></td>
|
||||
<td>Integrate MySensors sensors.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href='/components/device_tracker.ddwrt.html'><img src='/images/supported_brands/ddwrt.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/device_tracker.ddwrt.html'>DD-WRT routers</a></td>
|
||||
<td>Offers presence detection by looking at connected devices.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href='/components/device_tracker.luci.html'><img src='/images/supported_brands/openwrt.png' class='brand overview' /></a></td>
|
||||
<td><a href='/components/device_tracker.luci.html'>OpenWRT routers</a></td>
|
||||
|
@ -300,6 +313,12 @@ the manufacturers of these devices.
|
|||
<td>Allow sending messages using PushOver</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><img src='/images/supported_brands/xmpp.png' class='brand' /></td>
|
||||
<td><a href='/components/notify.xmpp.html'>Jabber (XMPP)</a></td>
|
||||
<td>Allow sending messages using Jabber (XMPP)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/browser.html'>Browser</a></td>
|
||||
|
@ -326,7 +345,7 @@ the manufacturers of these devices.
|
|||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href='/components/time_date.html'>Time & Date</a></td>
|
||||
<td><a href='/components/sensor.time_date.html'>Time & Date</a></td>
|
||||
<td>Displays the time and the date.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue