Site updated at 2017-07-02 10:28:15 UTC

This commit is contained in:
Travis CI 2017-07-02 10:28:15 +00:00
parent 00a0f63427
commit 8f12610623
260 changed files with 1182 additions and 330 deletions

View file

@ -90,9 +90,9 @@ Support for these components is provided by the Home Assistant community.
<a href='#binary-sensor' class="btn">Binary Sensor (54)</a>
<a href='#calendar' class="btn">Calendar (3)</a>
<a href='#camera' class="btn">Camera (22)</a>
<a href='#climate' class="btn">Climate (21)</a>
<a href='#climate' class="btn">Climate (22)</a>
<a href='#cover' class="btn">Cover (17)</a>
<a href='#diy' class="btn">DIY (20)</a>
<a href='#diy' class="btn">DIY (16)</a>
<a href='#downloading' class="btn">Downloading (5)</a>
<a href='#energy' class="btn">Energy (11)</a>
<a href='#fan' class="btn">Fan (6)</a>
@ -102,7 +102,7 @@ Support for these components is provided by the Home Assistant community.
<a href='#history' class="btn">History (13)</a>
<a href='#hub' class="btn">Hub (58)</a>
<a href='#image-processing' class="btn">Image Processing (8)</a>
<a href='#light' class="btn">Light (45)</a>
<a href='#light' class="btn">Light (46)</a>
<a href='#lock' class="btn">Lock (9)</a>
<a href='#media-player' class="btn">Media Player (45)</a>
<a href='#notifications' class="btn">Notifications (45)</a>
@ -110,9 +110,9 @@ Support for these components is provided by the Home Assistant community.
<a href='#presence-detection' class="btn">Presence Detection (39)</a>
<a href='#remote' class="btn">Remote (3)</a>
<a href='#scene' class="btn">Scene (3)</a>
<a href='#sensor' class="btn">Sensor (89)</a>
<a href='#sensor' class="btn">Sensor (90)</a>
<a href='#social' class="btn">Social (5)</a>
<a href='#switch' class="btn">Switch (57)</a>
<a href='#switch' class="btn">Switch (58)</a>
<a href='#system-monitor' class="btn">System Monitor (23)</a>
<a href='#telegram-chatbot' class="btn">Telegram chatbot (3)</a>
<a href='#text-to-speech' class="btn">Text-to-speech (6)</a>
@ -418,10 +418,10 @@ var allComponents = [
{url:"/components/knx/", title:"KNX", cat:"diy", featured: false, v: "0.24", logo: "knx.png"},
{url:"/components/binary_sensor.knx/", title:"KNX Binary Sensor", cat:"binary-sensor", featured: false, v: "0.24", logo: "knx.png"},
{url:"/components/cover.knx/", title:"KNX Cover", cat:"diy", featured: false, v: "0.48", logo: "knx.png"},
{url:"/components/light.knx/", title:"KNX Light", cat:"diy", featured: false, v: "0.44", logo: "knx.png"},
{url:"/components/sensor.knx/", title:"KNX Sensor", cat:"diy", featured: false, v: "0.29", logo: "knx.png"},
{url:"/components/switch.knx/", title:"KNX Switch", cat:"diy", featured: false, v: "0.24", logo: "knx.png"},
{url:"/components/climate.knx/", title:"KNX Thermostat", cat:"diy", featured: false, v: "0.25", logo: "knx.png"},
{url:"/components/light.knx/", title:"KNX Light", cat:"light", featured: false, v: "0.44", logo: "knx.png"},
{url:"/components/sensor.knx/", title:"KNX Sensor", cat:"sensor", featured: false, v: "0.29", logo: "knx.png"},
{url:"/components/switch.knx/", title:"KNX Switch", cat:"switch", featured: false, v: "0.24", logo: "knx.png"},
{url:"/components/climate.knx/", title:"KNX Thermostat", cat:"climate", featured: false, v: "0.25", logo: "knx.png"},
{url:"/components/sensor.kwb/", title:"KWB Easyfire Sensor", cat:"sensor", featured: false, v: "0.4", logo: "kwb.png"},
{url:"/components/switch.kankun/", title:"Kankun SP3 Wifi Switch", cat:"switch", featured: false, v: "0.36", logo: ""},
{url:"/components/keyboard/", title:"Keyboard", cat:"automation", featured: false, v: "0.7", logo: "keyboard.png"},