Site updated at 2017-08-26 10:11:12 UTC

This commit is contained in:
Travis CI 2017-08-26 10:11:12 +00:00
parent c47e098283
commit 287fe95925
39 changed files with 270 additions and 42 deletions

View file

@ -80,7 +80,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 (790)</a>
<a href='#all' class="btn">All (791)</a>
<a href='#featured' class="btn featured">Featured</a>
<a href='#version/0.52' class="btn added_in_current_version">Added in 0.52 (11)</a>
<a href='#version/0.51' class="btn added_one_version_ago">Added in 0.51 (11)</a>
@ -95,7 +95,7 @@ Support for these components is provided by the Home Assistant community.
<a href='#diy' class="btn">DIY (14)</a>
<a href='#downloading' class="btn">Downloading (5)</a>
<a href='#energy' class="btn">Energy (11)</a>
<a href='#fan' class="btn">Fan (8)</a>
<a href='#fan' class="btn">Fan (9)</a>
<a href='#finance' class="btn">Finance (9)</a>
<a href='#front-end' class="btn">Front end (5)</a>
<a href='#health' class="btn">Health (3)</a>
@ -421,6 +421,7 @@ var allComponents = [
{url:"/components/switch.insteon_local/", title:"Insteon (Local) Switch", cat:"switch", featured: false, v: "0.0", logo: "insteon.png"},
{url:"/components/insteon_local/", title:"Insteon (local)", cat:"hub", featured: false, v: "0.0", logo: "insteon.png"},
{url:"/components/insteon_hub/", title:"Insteon Hub", cat:"hub", featured: false, v: "0.0", logo: "insteon.png"},
{url:"/components/fan.insteon_hub/", title:"Insteon Hub Fan", cat:"fan", featured: false, v: "0.3", logo: "insteon.png"},
{url:"/components/light.insteon_hub/", title:"Insteon Hub Light", cat:"light", featured: false, v: "0.21", logo: "insteon.png"},
{url:"/components/insteon_plm/", title:"Insteon PLM", cat:"hub", featured: false, v: "0.0", logo: "insteon.png"},
{url:"/components/binary_sensor.insteon_plm/", title:"Insteon PLM Binary Sensor", cat:"binary-sensor", featured: false, v: "0.0", logo: "insteon.png"},
@ -1332,6 +1333,7 @@ allComponents.pop(); // remove placeholder element at the end
<li><a href='/components/switch.insteon_local/'>Insteon (Local) Switch</a></li>
<li><a href='/components/insteon_local/'>Insteon (local)</a></li>
<li><a href='/components/insteon_hub/'>Insteon Hub</a></li>
<li><a href='/components/fan.insteon_hub/'>Insteon Hub Fan</a></li>
<li><a href='/components/light.insteon_hub/'>Insteon Hub Light</a></li>
<li><a href='/components/insteon_plm/'>Insteon PLM</a></li>
<li><a href='/components/binary_sensor.insteon_plm/'>Insteon PLM Binary Sensor</a></li>