Site updated at 2016-08-28 03:57:42 UTC

This commit is contained in:
Travis CI 2016-08-28 03:57:42 +00:00
parent 55052fc648
commit b9e6e98d2b
378 changed files with 14339 additions and 1626 deletions

View file

@ -89,7 +89,11 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">mqtt</code> rollershutter platform enables the possibility to control an MQTT rollershutter. The device state will be updated only after receiving the a new state from <code class="highlighter-rouge">state_topic</code>. If these messages are published with RETAIN flag, the MQTT device will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state will be <code class="highlighter-rouge">unknown</code>.</p>
<p class="note warning">
<strong>This platform has been deprecated in favor of a “<a href="/components/cover.mqtt/">cover</a>” platform and will be removed in the future. Please use the cover platform.</strong>
</p>
<p>The <code class="highlighter-rouge">mqtt</code> rollershutter platform enables the possibility to control an MQTT rollershutter. The device state will be updated only after receiving the a new state from <code class="highlighter-rouge">state_topic</code>. If these messages are published with RETAIN flag, the MQTT device will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state will be <code class="highlighter-rouge">unknown</code>.</p>
<p>There is a state attribute that stores the relative position of the device, where 0% means the device is <code class="highlighter-rouge">closed</code> and all other intermediate positions means the device is <code class="highlighter-rouge">open</code>.</p>
@ -162,9 +166,15 @@
<li><a href='/components/binary_sensor.mqtt/'>
MQTT Binary Sensor
</a></li>
<li><a href='/components/cover.mqtt/'>
MQTT Cover
</a></li>
<li><a href='/components/device_tracker.mqtt/'>
MQTT Device Tracker
</a></li>
<li><a href='/components/fan.mqtt/'>
MQTT Fan
</a></li>
<li><a href='/components/garage_door.mqtt/'>
MQTT Garage door
</a></li>
@ -186,32 +196,74 @@
</ul>
</div>
<div class='section'>
<h1 class="title delta">Category Rollershutter</h1>
<h1 class="title delta">Category Deprecated</h1>
<ul class='divided'>
<li>
<a href='/components/rollershutter.command_line/'>Command line Rollershutter</a>
</li>
<li>
<a href='/components/thermostat.eq3btsmart/'>EQ3 Bluetooth Smart Thermostats</a>
</li>
<li>
<a href='/components/thermostat.ecobee/'>Ecobee Thermostat</a>
</li>
<li>
<a href='/components/thermostat.heat_control/'>Generic Thermostat</a>
</li>
<li>
<a href='/components/thermostat.heatmiser/'>Heatmiser Thermostat</a>
</li>
<li>
<a href='/components/rollershutter.homematic/'>Homematic Rollershutter</a>
</li>
<li>
<a href='/components/thermostat.honeywell/'>Honeywell Thermostat</a>
</li>
<li>
<a href='/components/thermostat.knx/'>KNX Thermostat</a>
</li>
<li>
<a href='/components/garage_door.mqtt/'>MQTT Garage door</a>
</li>
<li>
MQTT Rollershutter
</li>
<li>
<a href='/components/scene.hunterdouglas_powerview/'>PowerView Scenes</a>
<a href='/components/thermostat.nest/'>Nest Thermostat</a>
</li>
<li>
<a href='/components/thermostat.proliphix/'>Proliphix Thermostat</a>
</li>
<li>
<a href='/components/rollershutter.rfxtrx/'>RFXtrx Rollershutter</a>
</li>
<li>
<a href='/components/thermostat.radiotherm/'>Radiotherm Thermostat</a>
</li>
<li>
<a href='/components/garage_door.rpi_gpio/'>Raspberry Pi Garage door</a>
</li>
<li>
<a href='/components/rollershutter.scsgate/'>SCSGate Rollershutter</a>
</li>
<li>
<a href='/components/garage_door.wink/'>Wink Garage door</a>
</li>
<li>
<a href='/components/rollershutter.wink/'>Wink Rollershutter</a>
</li>
<li>
<a href='/components/garage_door.zwave/'>Z-Wave Garage Door</a>
</li>
<li>
<a href='/components/hvac.zwave/'>Z-Wave HVAC</a>
</li>
<li>
<a href='/components/rollershutter.zwave/'>Z-Wave Rollershutter</a>
</li>
<li>
<a href='/components/thermostat.zwave/'>Z-Wave Thermostat</a>
</li>
</ul>
</div>
</section>