Site updated at 2017-09-23 00:58:45 UTC
This commit is contained in:
parent
68f6da8d25
commit
a675f41451
95 changed files with 698 additions and 440 deletions
|
@ -783,11 +783,11 @@ var allComponents = [
|
|||
{url:"/components/switch.tellduslive/", title:"Telldus Live Switch", cat:"switch", featured: false, v: "0.0", logo: "telldus.png"},
|
||||
{url:"/components/sensor.tellduslive/", title:"Telldus Live sensor", cat:"sensor", featured: false, v: "0.0", logo: "telldus.png"},
|
||||
{url:"/components/notify.telstra/", title:"Telstra", cat:"notifications", featured: false, v: "0.31", logo: "telstra.png"},
|
||||
{url:"/components/binary_sensor.template/", title:"Template Binary Sensor", cat:"binary-sensor", featured: false, v: "0.0", logo: "home-assistant.png"},
|
||||
{url:"/components/binary_sensor.template/", title:"Template Binary Sensor", cat:"binary-sensor", featured: false, v: "0.12", logo: "home-assistant.png"},
|
||||
{url:"/components/cover.template/", title:"Template Cover", cat:"cover", featured: false, v: "0.48", logo: "home-assistant.png"},
|
||||
{url:"/components/light.template/", title:"Template Light", cat:"light", featured: false, v: "0.46", logo: "home-assistant.png"},
|
||||
{url:"/components/sensor.template/", title:"Template Sensor", cat:"sensor", featured: false, v: "0.12", logo: "home-assistant.png"},
|
||||
{url:"/components/switch.template/", title:"Template switch", cat:"switch", featured: false, v: "0.13", logo: "home-assistant.png"},
|
||||
{url:"/components/switch.template/", title:"Template Switch", cat:"switch", featured: false, v: "0.13", logo: "home-assistant.png"},
|
||||
{url:"/components/device_tracker.tesla/", title:"Tesla", cat:"presence-detection", featured: false, v: "0.53", logo: "tesla.png"},
|
||||
{url:"/components/tesla/", title:"Tesla", cat:"hub", featured: false, v: "0.53", logo: "tesla.png"},
|
||||
{url:"/components/binary_sensor.tesla/", title:"Tesla Binary Sensor", cat:"binary-sensor", featured: false, v: "0.53", logo: "tesla.png"},
|
||||
|
@ -1722,7 +1722,7 @@ allComponents.pop(); // remove placeholder element at the end
|
|||
<li><a href='/components/cover.template/'>Template Cover</a></li>
|
||||
<li><a href='/components/light.template/'>Template Light</a></li>
|
||||
<li><a href='/components/sensor.template/'>Template Sensor</a></li>
|
||||
<li><a href='/components/switch.template/'>Template switch</a></li>
|
||||
<li><a href='/components/switch.template/'>Template Switch</a></li>
|
||||
<li><a href='/components/device_tracker.tesla/'>Tesla</a></li>
|
||||
<li><a href='/components/tesla/'>Tesla</a></li>
|
||||
<li><a href='/components/binary_sensor.tesla/'>Tesla Binary Sensor</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue