Site updated at 2017-04-23 16:31:59 UTC
This commit is contained in:
parent
0458c1d762
commit
3bf7c07a79
149 changed files with 1063 additions and 57 deletions
|
@ -72,11 +72,11 @@ Support for these components is provided by the Home Assistant community.
|
|||
<div class="grid">
|
||||
<div class="grid__item one-sixth lap-one-whole palm-one-whole">
|
||||
<div class="filter-button-group">
|
||||
<a href='#all' class="btn">All (637)</a>
|
||||
<a href='#all' class="btn">All (639)</a>
|
||||
<a href='#featured' class="btn featured">Featured</a>
|
||||
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.43 (14)</a>
|
||||
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.42 (14)</a>
|
||||
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.41 (6)</a>
|
||||
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.41 (8)</a>
|
||||
<a href='#alarm' class="btn">Alarm (12)</a>
|
||||
<a href='#automation' class="btn">Automation (15)</a>
|
||||
<a href='#binary-sensor' class="btn">Binary Sensor (42)</a>
|
||||
|
@ -93,7 +93,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
<a href='#front-end' class="btn">Front end (3)</a>
|
||||
<a href='#health' class="btn">Health (2)</a>
|
||||
<a href='#history' class="btn">History (11)</a>
|
||||
<a href='#hub' class="btn">Hub (47)</a>
|
||||
<a href='#hub' class="btn">Hub (48)</a>
|
||||
<a href='#image-processing' class="btn">Image Processing (4)</a>
|
||||
<a href='#light' class="btn">Light (39)</a>
|
||||
<a href='#lock' class="btn">Lock (8)</a>
|
||||
|
@ -103,7 +103,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
<a href='#presence-detection' class="btn">Presence Detection (37)</a>
|
||||
<a href='#remote' class="btn">Remote (2)</a>
|
||||
<a href='#scene' class="btn">Scene (3)</a>
|
||||
<a href='#sensor' class="btn">Sensor (71)</a>
|
||||
<a href='#sensor' class="btn">Sensor (72)</a>
|
||||
<a href='#social' class="btn">Social (5)</a>
|
||||
<a href='#switch' class="btn">Switch (52)</a>
|
||||
<a href='#system-monitor' class="btn">System Monitor (22)</a>
|
||||
|
@ -633,6 +633,8 @@ var allComponents = [
|
|||
{url:"/components/switch.tplink/", title:"TPLink Switch", cat:"switch", featured: false, v: 24, logo: "tp-link.png"},
|
||||
{url:"/components/device_tracker.tado/", title:"Tado", cat:"presence-detection", featured: false, v: 37, logo: "tado.png"},
|
||||
{url:"/components/climate.tado/", title:"Tado", cat:"climate", featured: false, v: 41, logo: "tado.png"},
|
||||
{url:"/components/tado/", title:"Tado", cat:"hub", featured: false, v: 41, logo: "tado.png"},
|
||||
{url:"/components/sensor.tado/", title:"Tado Sensor", cat:"sensor", featured: false, v: 41, logo: "tado.png"},
|
||||
{url:"/components/notify.telegram/", title:"Telegram", cat:"notifications", featured: false, v: 7, logo: "telegram.png"},
|
||||
{url:"/components/telegram_bot.polling/", title:"Telegram polling", cat:"telegram-chatbot", featured: false, v: 42, logo: "telegram.png"},
|
||||
{url:"/components/telegram_webhooks/", title:"Telegram webhooks", cat:"notifications", featured: false, v: 39, logo: "telegram.png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue