Site updated at 2017-04-09 00:11:31 UTC

This commit is contained in:
Travis CI 2017-04-09 00:11:31 +00:00
parent a59fa666ac
commit 34dbd301c0
44 changed files with 549 additions and 40 deletions

View file

@ -72,9 +72,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 (619)</a>
<a href='#all' class="btn">All (621)</a>
<a href='#featured' class="btn featured">Featured</a>
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.42 (8)</a>
<a href='#added_in_current_version' class="btn added_in_current_version">Added in 0.42 (10)</a>
<a href='#added_one_version_ago' class="btn added_one_version_ago">Added in 0.41 (6)</a>
<a href='#added_two_versions_ago' class="btn added_two_versions_ago">Added in 0.40 (16)</a>
<a href='#alarm' class="btn">Alarm (11)</a>
@ -110,7 +110,7 @@ Support for these components is provided by the Home Assistant community.
<a href='#text-to-speech' class="btn">Text-to-speech (5)</a>
<a href='#transport' class="btn">Transport (11)</a>
<a href='#voice' class="btn">Voice (3)</a>
<a href='#weather' class="btn">Weather (15)</a>
<a href='#weather' class="btn">Weather (17)</a>
<a href='#other' class="btn">Other</a>
</div>
</div>
@ -431,6 +431,8 @@ var allComponents = [
{url:"/components/ifttt.manything/", title:"ManyThing", cat:"camera", featured: false, v: 0, logo: "manything.png"},
{url:"/components/notify.matrix/", title:"Matrix", cat:"notifications", featured: false, v: 32, logo: "matrix.png"},
{url:"/components/notify.message_bird/", title:"MessageBird", cat:"notifications", featured: false, v: 16, logo: "message_bird.png"},
{url:"/components/weather.metoffice/", title:"Met Office", cat:"weather", featured: false, v: 42, logo: "metoffice.jpg"},
{url:"/components/sensor.metoffice/", title:"Met Office Sensor", cat:"weather", featured: false, v: 42, logo: "metoffice.jpg"},
{url:"/components/sensor.miflora/", title:"Mi Flora plant sensor", cat:"diy", featured: false, v: 29, logo: "miflora.png"},
{url:"/components/microsoft_face/", title:"Microsoft Face", cat:"hub", featured: false, v: 37, logo: "microsoft.png"},
{url:"/components/image_processing.microsoft_face_detect/", title:"Microsoft Face Detect", cat:"image-processing", featured: false, v: 38, logo: "microsoft.png"},