Site updated at 2017-11-04 16:39:46 UTC
This commit is contained in:
parent
1ce09739d9
commit
a4ca52ffa9
53 changed files with 396 additions and 264 deletions
|
@ -80,17 +80,17 @@ 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 (896)</a>
|
||||
<a href='#all' class="btn">All (895)</a>
|
||||
<a href='#featured' class="btn featured">Featured</a>
|
||||
<a href='#version/0.57' class="btn added_in_current_version">Added in 0.57 (22)</a>
|
||||
<a href='#version/0.56' class="btn added_one_version_ago">Added in 0.56 (23)</a>
|
||||
<a href='#version/0.55' class="btn added_two_versions_ago">Added in 0.55 (17)</a>
|
||||
<a href='#version/0.55' class="btn added_two_versions_ago">Added in 0.55 (16)</a>
|
||||
<a href='#alarm' class="btn">Alarm (18)</a>
|
||||
<a href='#automation' class="btn">Automation (20)</a>
|
||||
<a href='#binary-sensor' class="btn">Binary Sensor (65)</a>
|
||||
<a href='#calendar' class="btn">Calendar (5)</a>
|
||||
<a href='#camera' class="btn">Camera (29)</a>
|
||||
<a href='#climate' class="btn">Climate (27)</a>
|
||||
<a href='#climate' class="btn">Climate (26)</a>
|
||||
<a href='#cover' class="btn">Cover (21)</a>
|
||||
<a href='#diy' class="btn">DIY (15)</a>
|
||||
<a href='#downloading' class="btn">Downloading (7)</a>
|
||||
|
@ -315,7 +315,6 @@ var allComponents = [
|
|||
{url:"/components/fan.dyson/", title:"Dyson Purifier Fan", cat:"fan", featured: false, v: "0.47", logo: "dyson.png"},
|
||||
{url:"/components/sensor.dyson/", title:"Dyson Purifier Sensor", cat:"sensor", featured: false, v: "0.47", logo: "dyson.png"},
|
||||
{url:"/components/sensor.ebox/", title:"EBox", cat:"sensor", featured: false, v: "0.39", logo: "ebox.png"},
|
||||
{url:"/components/climate/", title:"EPH Controls Ember Thermostat", cat:"climate", featured: false, v: "0.55", logo: "ephcontrolsember.png"},
|
||||
{url:"/components/climate.ephember/", title:"EPH Controls Ember Thermostat", cat:"climate", featured: false, v: "0.55", logo: "ephcontrolsember.png"},
|
||||
{url:"/components/climate.eq3btsmart/", title:"EQ3 Bluetooth Smart Thermostats", cat:"climate", featured: false, v: "0.0", logo: "eq3.gif"},
|
||||
{url:"/components/binary_sensor.ecobee/", title:"Ecobee Binary Sensor", cat:"binary-sensor", featured: false, v: "0.9", logo: "ecobee.png"},
|
||||
|
@ -1332,7 +1331,6 @@ allComponents.pop(); // remove placeholder element at the end
|
|||
<li><a href='/components/fan.dyson/'>Dyson Purifier Fan</a></li>
|
||||
<li><a href='/components/sensor.dyson/'>Dyson Purifier Sensor</a></li>
|
||||
<li><a href='/components/sensor.ebox/'>EBox</a></li>
|
||||
<li><a href='/components/climate/'>EPH Controls Ember Thermostat</a></li>
|
||||
<li><a href='/components/climate.ephember/'>EPH Controls Ember Thermostat</a></li>
|
||||
<li><a href='/components/climate.eq3btsmart/'>EQ3 Bluetooth Smart Thermostats</a></li>
|
||||
<li><a href='/components/binary_sensor.ecobee/'>Ecobee Binary Sensor</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue