From 64d5cfd70ded9cdcdd4780abbda19ebce2f24a73 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Sep 2015 16:56:32 +0200 Subject: [PATCH] remove period --- source/components/mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/mqtt.markdown b/source/components/mqtt.markdown index cb5648db31e..ea5b360a188 100644 --- a/source/components/mqtt.markdown +++ b/source/components/mqtt.markdown @@ -35,7 +35,7 @@ The MQTT component has no TLS support at the moment. This means that only plain- - [MQTT Sensor](/components/sensor.mqtt.html) - [MQTT Switch](/components/switch.mqtt.html) - - [MQTT-automation rule](/components/automation.html#mqtt-based-automation). + - [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