Blogpost about 0.7 release

This commit is contained in:
Paulus Schoutsen 2015-08-30 23:41:08 -07:00
parent 81f2e68af4
commit e2e5a078ab
10 changed files with 214 additions and 6 deletions

View file

@ -33,7 +33,10 @@ The MQTT component has no TLS support at the moment. This means that only plain-
## Building on top of MQTT
There are two ways to integrate MQTT into your process. One is by using the [MQTT-automation rule](/components/automation.html#mqtt-based-automation). The other one is by integrating it into a component. See the [MQTT example component](https://github.com/balloob/home-assistant/blob/dev/config/custom_components/mqtt_example.py) how to do this.
- [MQTT Sensor](/components/sensor.mqtt.html)
- [MQTT Switch](/components/switch.mqtt.html)
- [MQTT-automation rule](/components/automation.html#mqtt-based-automation).
- Integrating it into a component. See the [MQTT example component](https://github.com/balloob/home-assistant/blob/dev/config/custom_components/mqtt_example.py) how to do this.
## Testing