Site updated at 2017-11-02 07:21:22 UTC

This commit is contained in:
Travis CI 2017-11-02 07:21:22 +00:00
parent a458e37616
commit 6c887e14a7
53 changed files with 669 additions and 202 deletions

View file

@ -316,7 +316,7 @@ 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"},
{url:"/components/notify.ecobee/", title:"Ecobee Notify", cat:"notifications", featured: false, v: "0.20", logo: "ecobee.png"},
@ -1326,7 +1326,7 @@ 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>
<li><a href='/components/notify.ecobee/'>Ecobee Notify</a></li>