Site updated at 2017-10-07 21:32:16 UTC

This commit is contained in:
Travis CI 2017-10-07 21:32:16 +00:00
parent fd223e7903
commit b77a68b898
52 changed files with 418 additions and 67 deletions

View file

@ -80,9 +80,9 @@ 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 (842)</a>
<a href='#all' class="btn">All (843)</a>
<a href='#featured' class="btn featured">Featured</a>
<a href='#version/0.55' class="btn added_in_current_version">Added in 0.55 (12)</a>
<a href='#version/0.55' class="btn added_in_current_version">Added in 0.55 (13)</a>
<a href='#version/0.54' class="btn added_one_version_ago">Added in 0.54 (15)</a>
<a href='#version/0.53' class="btn added_two_versions_ago">Added in 0.53 (18)</a>
<a href='#alarm' class="btn">Alarm (17)</a>
@ -91,7 +91,7 @@ Support for these components is provided by the Home Assistant community.
<a href='#calendar' class="btn">Calendar (4)</a>
<a href='#camera' class="btn">Camera (25)</a>
<a href='#climate' class="btn">Climate (24)</a>
<a href='#cover' class="btn">Cover (20)</a>
<a href='#cover' class="btn">Cover (21)</a>
<a href='#diy' class="btn">DIY (15)</a>
<a href='#downloading' class="btn">Downloading (5)</a>
<a href='#energy' class="btn">Energy (11)</a>
@ -687,6 +687,7 @@ var allComponents = [
{url:"/components/sensor.rest/", title:"RESTful Sensor", cat:"sensor", featured: false, v: "0.7", logo: "restful.png"},
{url:"/components/switch.rest/", title:"RESTful Switch", cat:"switch", featured: false, v: "0.7", logo: "restful.png"},
{url:"/components/rflink/", title:"RFLink", cat:"hub", featured: false, v: "0.38", logo: "rflink.png"},
{url:"/components/cover.rflink/", title:"RFLink Cover", cat:"cover", featured: false, v: "0.55", logo: "rflink.png"},
{url:"/components/light.rflink/", title:"RFLink Light", cat:"light", featured: false, v: "0.38", logo: "rflink.png"},
{url:"/components/sensor.rflink/", title:"RFLink Sensor", cat:"sensor", featured: false, v: "0.38", logo: "rflink.png"},
{url:"/components/switch.rflink/", title:"RFLink Switch", cat:"switch", featured: false, v: "0.38", logo: "rflink.png"},
@ -1650,6 +1651,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/sensor.rest/'>RESTful Sensor</a></li>
<li><a href='/components/switch.rest/'>RESTful Switch</a></li>
<li><a href='/components/rflink/'>RFLink</a></li>
<li><a href='/components/cover.rflink/'>RFLink Cover</a></li>
<li><a href='/components/light.rflink/'>RFLink Light</a></li>
<li><a href='/components/sensor.rflink/'>RFLink Sensor</a></li>
<li><a href='/components/switch.rflink/'>RFLink Switch</a></li>