Site updated at 2017-04-23 12:07:40 UTC

This commit is contained in:
Travis CI 2017-04-23 12:07:40 +00:00
parent e2420cdc6a
commit dfb2067aba
62 changed files with 110 additions and 326 deletions

View file

@ -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 (640)</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>
@ -86,7 +86,7 @@ Support for these components is provided by the Home Assistant community.
<a href='#climate' class="btn">Climate (16)</a>
<a href='#cover' class="btn">Cover (14)</a>
<a href='#diy' class="btn">DIY (17)</a>
<a href='#deprecated' class="btn">Deprecated (3)</a>
<a href='#deprecated' class="btn">Deprecated (2)</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>
@ -296,7 +296,6 @@ var allComponents = [
{url:"/components/binary_sensor.flic/", title:"Flic Smart Button", cat:"binary-sensor", featured: false, v: 35, logo: "flic.png"},
{url:"/components/light.flux_led/", title:"Flux Led/MagicLight", cat:"light", featured: false, v: 25, logo: "magic_light.png"},
{url:"/components/switch.flux/", title:"Flux Light Adjustment", cat:"automation", featured: false, v: 21, logo: "home-assistant.png"},
{url:"/components/sensor.forecast/", title:"Forecast.io", cat:"deprecated", featured: false, v: 7, logo: "forecast.png"},
{url:"/components/camera.foscam/", title:"Foscam IP Camera", cat:"camera", featured: false, v: 0, logo: "foscam.png"},
{url:"/components/foursquare/", title:"Foursquare", cat:"social", featured: false, v: 26, logo: "foursquare.png"},
{url:"/components/notify.free_mobile/", title:"Free Mobile", cat:"notifications", featured: false, v: 11, logo: "free_mobile.png"},
@ -421,9 +420,9 @@ var allComponents = [
{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"},
{url:"/components/mqtt/", title:"MQTT", cat:"hub", featured: true, v: 7, logo: "mqtt.png"},
{url:"/components/camera.mqtt/", title:"MQTT", cat:"camera", featured: false, v: 43, logo: "mqtt.png"},
{url:"/components/alarm_control_panel.mqtt/", title:"MQTT Alarm Control Panel", cat:"alarm", featured: false, v: 7, logo: "mqtt.png"},
{url:"/components/binary_sensor.mqtt/", title:"MQTT Binary Sensor", cat:"binary-sensor", featured: false, v: 9, logo: "mqtt.png"},
{url:"/components/camera.mqtt/", title:"MQTT Camera", cat:"camera", featured: false, v: 43, logo: "mqtt.png"},
{url:"/components/cover.mqtt/", title:"MQTT Cover", cat:"cover", featured: false, v: 18, logo: "mqtt.png"},
{url:"/components/device_tracker.mqtt/", title:"MQTT Device Tracker", cat:"presence-detection", featured: false, v: 0, logo: "mqtt.png"},
{url:"/components/mqtt_eventstream/", title:"MQTT Eventstream", cat:"other", featured: false, v: 11, logo: "mqtt.png"},