Site updated at 2016-03-16 08:15:44 UTC

This commit is contained in:
Travis CI 2016-03-16 08:15:44 +00:00
parent bf2899779d
commit 0f5c11fff6
13 changed files with 173 additions and 169 deletions

View file

@ -225,13 +225,17 @@ Home Assistant will automatically load the correct certificate if you connect to
<h2><a class="title-link" name="building-on-top-of-mqtt" href="#building-on-top-of-mqtt"></a> Building on top of MQTT</h2>
<ul>
<li><a href="/components/alarm_control_panel.mqtt/">MQTT Alarm control panel</a></li>
<li><a href="/components/binary_sensor.mqtt/">MQTT Binary sensor</a></li>
<li><a href="/components/sensor.mqtt/">MQTT Sensor</a></li>
<li><a href="/components/switch.mqtt/">MQTT Switch</a></li>
<li><a href="/components/light.mqtt/">MQTT Light</a></li>
<li><a href="/components/lock.mqtt/">MQTT Lock</a></li>
<li><a href="/components/device_tracker.mqtt/">MQTT Device Tracker</a></li>
<li><a href="/components/device_tracker.owntracks/">OwnTracks Device Tracker</a></li>
<li><a href="/components/automation/#mqtt-based-automation">MQTT automation rule</a></li>
<li><a href="/components/alarm_control_panel.mqtt/">MQTT alarm</a></li>
<li>
<p><a href="/components/automation/#mqtt-based-automation">MQTT automation rule</a></p>
</li>
<li>Integrating it into own component. See the <a href="/cookbook/python_component_mqtt_basic/">MQTT example component</a> how to do this.</li>
</ul>