Site updated at 2017-05-01 09:16:19 UTC
This commit is contained in:
parent
6a2ee40918
commit
12e3cdc07d
44 changed files with 318 additions and 40 deletions
|
@ -72,7 +72,7 @@ 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 (642)</a>
|
||||
<a href='#all' class="btn">All (643)</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>
|
||||
|
@ -84,7 +84,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
<a href='#camera' class="btn">Camera (19)</a>
|
||||
<a href='#climate' class="btn">Climate (17)</a>
|
||||
<a href='#cover' class="btn">Cover (14)</a>
|
||||
<a href='#diy' class="btn">DIY (16)</a>
|
||||
<a href='#diy' class="btn">DIY (17)</a>
|
||||
<a href='#downloading' class="btn">Downloading (5)</a>
|
||||
<a href='#energy' class="btn">Energy (11)</a>
|
||||
<a href='#fan' class="btn">Fan (3)</a>
|
||||
|
@ -377,6 +377,7 @@ var allComponents = [
|
|||
{url:"/components/notify.joaoapps_join/", title:"Join Notify", cat:"notifications", featured: false, v: 24, logo: "joaoapps_join.png"},
|
||||
{url:"/components/knx/", title:"KNX", cat:"diy", featured: false, v: 24, logo: "knx.png"},
|
||||
{url:"/components/binary_sensor.knx/", title:"KNX Binary Sensor", cat:"binary-sensor", featured: false, v: 24, logo: "knx.png"},
|
||||
{url:"/components/light.knx/", title:"KNX Light", cat:"diy", featured: false, v: 0, logo: "knx.png"},
|
||||
{url:"/components/sensor.knx/", title:"KNX Sensor", cat:"diy", featured: false, v: 29, logo: "knx.png"},
|
||||
{url:"/components/switch.knx/", title:"KNX Switch", cat:"diy", featured: false, v: 24, logo: "knx.png"},
|
||||
{url:"/components/climate.knx/", title:"KNX Thermostat", cat:"diy", featured: false, v: 25, logo: "knx.png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue