Site updated at 2016-04-22 13:53:25 UTC
This commit is contained in:
parent
4d4c84e0bc
commit
1b9ac83c65
38 changed files with 77 additions and 59 deletions
|
@ -165,6 +165,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -139,6 +139,9 @@ This component is intended for developers.
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -157,6 +157,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -163,6 +163,9 @@ If you see <code>Not initializing discovery because could not install dependency
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -171,6 +171,9 @@
|
|||
<li>
|
||||
Downloader
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -126,40 +126,49 @@
|
|||
<img src='/images/supported_brands/rss.gif' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Thermostat</h1>
|
||||
<h1 class="title delta">Category Other</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/thermostat.eq3btsmart/'>EQ3 Bluetooth Smart Thermostats</a>
|
||||
<a href='/components/browser/'>Browser</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
<a href='/components/configurator/'>Configurator</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/demo/'>Demo platforms</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/discovery/'>Discovery</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
Feedreader
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heatmiser/'>Heatmiser Thermostat</a>
|
||||
<a href='/components/introduction/'>Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.homematic/'>Homematic Thermostat</a>
|
||||
<a href='/components/logger/'>Logger</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.honeywell/'>Honeywell Thermostat</a>
|
||||
<a href='/components/mqtt_eventstream/'>MQTT Eventstream</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.nest/'>Nest Thermostat</a>
|
||||
<a href='/components/upnp/'>UPnP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.proliphix/'>Proliphix Thermostat</a>
|
||||
<a href='/components/updater/'>Updater</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.radiotherm/'>Radiotherm Thermostat</a>
|
||||
<a href='/components/weblink/'>Weblink</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.zwave/'>Z-Wave Thermostat</a>
|
||||
<a href='/components/zeroconf/'>Zeroconf/Avahi/Bonjour</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -168,6 +168,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
HTTP
|
||||
</li>
|
||||
|
|
|
@ -869,7 +869,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/feedreader/'
|
||||
class='thermostat'
|
||||
class='other'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -877,7 +877,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
</div>
|
||||
<div class='title'>Feedreader</div>
|
||||
<div class='category'>Thermostat</div>
|
||||
<div class='category'>Other</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
|
|
@ -136,6 +136,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -169,6 +169,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -144,6 +144,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -131,9 +131,6 @@
|
|||
<li>
|
||||
Ecobee Thermostat
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -178,9 +178,6 @@ Notification handle = 0x0421 value: 02 01 09 14 04 2d
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -145,9 +145,6 @@
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
Heat control
|
||||
</li>
|
||||
|
|
|
@ -149,9 +149,6 @@
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -151,9 +151,6 @@
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -141,9 +141,6 @@
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -149,9 +149,6 @@
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -151,9 +151,6 @@ of OID values. A complete collection of the API is available in this<br />
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -149,9 +149,6 @@
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -140,9 +140,6 @@
|
|||
<li>
|
||||
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/thermostat.heat_control/'>Heat control</a>
|
||||
</li>
|
||||
|
|
|
@ -142,6 +142,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -148,6 +148,9 @@ $ sudo make installpythonmodule3
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -148,6 +148,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
|
@ -133,6 +133,9 @@
|
|||
<li>
|
||||
<a href='/components/downloader/'>Downloader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/feedreader/'>Feedreader</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/http/'>HTTP</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue