Site updated at 2017-04-23 12:23:25 UTC

This commit is contained in:
Travis CI 2017-04-23 12:23:26 +00:00
parent a445590e5a
commit 47cdea4435
30 changed files with 56 additions and 203 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 (639)</a>
<a href='#all' class="btn">All (638)</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 (2)</a>
<a href='#deprecated' class="btn">Deprecated (1)</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>
@ -372,7 +372,6 @@ var allComponents = [
{url:"/components/light.insteon_plm/", title:"Insteon PLM Light", cat:"light", featured: false, v: 0, logo: "insteon.png"},
{url:"/components/switch.insteon_plm/", title:"Insteon PLM Switch", cat:"switch", featured: false, v: 0, logo: "insteon.png"},
{url:"/components/binary_sensor.iss/", title:"International Space Station", cat:"binary-sensor", featured: false, v: 36, logo: "nasa.png"},
{url:"/components/sensor.iss/", title:"International Space Station Sensor", cat:"deprecated", featured: false, v: 36, logo: "nasa.png"},
{url:"/components/introduction/", title:"Introduction", cat:"other", featured: false, v: 0, logo: "home-assistant.png"},
{url:"/components/device_tracker.mqtt_json/", title:"JSON MQTT Device Tracker", cat:"presence-detection", featured: false, v: 0, logo: "mqtt.png"},
{url:"/components/notify.xmpp/", title:"Jabber (XMPP)", cat:"notifications", featured: false, v: 7, logo: "xmpp.png"},