Site updated at 2015-11-22 20:47:53 UTC
This commit is contained in:
parent
8e4da669aa
commit
f372cd0b12
97 changed files with 2687 additions and 548 deletions
|
@ -126,6 +126,10 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='#binary-sensor' class="btn">Binary Sensor</a>
|
||||
|
||||
|
||||
|
||||
<a href='#camera' class="btn">Camera</a>
|
||||
|
||||
|
||||
|
@ -146,6 +150,10 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='#lock' class="btn">Lock</a>
|
||||
|
||||
|
||||
|
||||
<a href='#media-player' class="btn">Media Player</a>
|
||||
|
||||
|
||||
|
@ -282,6 +290,8 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.bitcoin/' class='sensor'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -722,6 +732,8 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href='/components/logbook/' class='history'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -778,6 +790,18 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/binary_sensor.mqtt/' class='binary-sensor'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/mqtt.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>MQTT binary sensor</div>
|
||||
<div class='category'>Binary Sensor</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/device_tracker.mqtt/' class='presence-detection'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -1552,6 +1576,18 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/lock.wink/' class='lock'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/wink.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Wink lock</div>
|
||||
<div class='category'>Lock</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.wink/' class='sensor'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -1644,6 +1680,18 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/binary_sensor.arest/' class='binary-sensor'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/arest.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>aREST binary sensor</div>
|
||||
<div class='category'>Binary Sensor</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.arest/' class='sensor'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue