Site updated at 2016-09-11 01:34:03 UTC
This commit is contained in:
parent
99424b497c
commit
f143c60d71
311 changed files with 4596 additions and 1607 deletions
|
@ -103,7 +103,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
<div class="grid__item one-sixth lap-one-whole palm-one-whole">
|
||||
|
||||
<div class="filter-button-group">
|
||||
<a href='#all' class="btn">All (399)</a>
|
||||
<a href='#all' class="btn">All (405)</a>
|
||||
<a href='#featured' class="btn featured">Featured</a>
|
||||
|
||||
|
||||
|
@ -126,7 +126,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#binary-sensor' class="btn">
|
||||
Binary Sensor
|
||||
(23)
|
||||
(24)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -196,7 +196,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#finance' class="btn">
|
||||
Finance
|
||||
(3)
|
||||
(4)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -268,7 +268,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#presence-detection' class="btn">
|
||||
Presence Detection
|
||||
(22)
|
||||
(23)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -282,7 +282,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#social' class="btn">
|
||||
Social
|
||||
(4)
|
||||
(5)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -296,7 +296,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
<a href='#system-monitor' class="btn">
|
||||
System Monitor
|
||||
(9)
|
||||
(11)
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -540,6 +540,20 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/device_tracker.automatic/'
|
||||
class='presence-detection'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/automatic.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Automatic</div>
|
||||
<div class='category'>Presence Detection</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/automation/'
|
||||
class='automation'
|
||||
style='display: none'>
|
||||
|
@ -754,6 +768,18 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.coinmarketcap/'
|
||||
class='finance'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
</div>
|
||||
<div class='title'>CoinMarketCap</div>
|
||||
<div class='category'>Finance</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/cover.command_line/'
|
||||
class='cover'
|
||||
style='display: none'>
|
||||
|
@ -2364,6 +2390,18 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.linux_battery/'
|
||||
class='system-monitor'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Linux Battery</div>
|
||||
<div class='category'>System Monitor</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/notify.llamalab_automate/'
|
||||
class='notifications'
|
||||
style='display: none'>
|
||||
|
@ -3436,6 +3474,20 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.pi_hole/'
|
||||
class='system-monitor'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/pi_hole.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Pi-Hole Sensor</div>
|
||||
<div class='category'>System Monitor</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/pilight/'
|
||||
class='hub'
|
||||
style='display: none'>
|
||||
|
@ -4720,6 +4772,20 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/binary_sensor.trend/'
|
||||
class='binary-sensor'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/home-assistant.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Trend Binary Sensor</div>
|
||||
<div class='category'>Binary Sensor</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/notify.twilio_sms/'
|
||||
class='notifications'
|
||||
style='display: none'>
|
||||
|
@ -5192,6 +5258,20 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/sensor.xbox_live/'
|
||||
class='social'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
<img src='/images/supported_brands/xbox-live.png'>
|
||||
|
||||
</div>
|
||||
<div class='title'>Xbox Live</div>
|
||||
<div class='category'>Social</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a href='/components/sensor.yr/'
|
||||
class='weather'
|
||||
style='display: none'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue