Site updated at 2017-04-30 12:11:38 UTC
This commit is contained in:
parent
2d606039b9
commit
23ed21164a
70 changed files with 811 additions and 45 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 (639)</a>
|
||||
<a href='#all' class="btn">All (641)</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>
|
||||
|
@ -94,7 +94,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
<a href='#history' class="btn">History (11)</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='#light' class="btn">Light (41)</a>
|
||||
<a href='#lock' class="btn">Lock (8)</a>
|
||||
<a href='#media-player' class="btn">Media Player (43)</a>
|
||||
<a href='#notifications' class="btn">Notifications (44)</a>
|
||||
|
@ -413,6 +413,8 @@ var allComponents = [
|
|||
{url:"/components/sensor.loop_energy/", title:"Loop Energy", cat:"energy", featured: false, v: 17, logo: "loop.png"},
|
||||
{url:"/components/lutron/", title:"Lutron", cat:"hub", featured: false, v: 37, logo: "lutron.png"},
|
||||
{url:"/components/lutron_caseta/", title:"Lutron Caseta", cat:"hub", featured: false, v: 41, logo: "lutron.png"},
|
||||
{url:"/components/light.lutron_caseta/", title:"Lutron Caseta Light", cat:"light", featured: false, v: 0, logo: "lutron.png"},
|
||||
{url:"/components/light.lutron/", title:"Lutron Light", cat:"light", featured: false, v: 0, logo: "lutron.png"},
|
||||
{url:"/components/sensor.lyft/", title:"Lyft Sensor", cat:"transport", featured: false, v: 41, logo: "lyft.png"},
|
||||
{url:"/components/sensor.mhz19/", title:"MH-Z19 CO2 Sensor", cat:"sensor", featured: false, v: 27, logo: "mhz19_logo.png"},
|
||||
{url:"/components/media_player.mpchc/", title:"MPC-HC", cat:"media-player", featured: false, v: 25, logo: "mpchc.png"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue