From 859b5cc8a41ed310b21b4c0395ca3ad6ec9c03ba Mon Sep 17 00:00:00 2001 From: Stefan <37924749+stefanroelofs@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:30:12 +0200 Subject: [PATCH] Update mqtt.markdown (#14705) Removed broken link. The referenced page was removed in this pull request: https://github.com/home-assistant/home-assistant.io/pull/14647 --- source/_docs/mqtt.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_docs/mqtt.markdown b/source/_docs/mqtt.markdown index 9ef86f4038a..2a3f8002385 100644 --- a/source/_docs/mqtt.markdown +++ b/source/_docs/mqtt.markdown @@ -24,4 +24,3 @@ For detailed setup instructions, please refer to the [MQTT broker](/docs/mqtt/br - [Testing your setup](/docs/mqtt/testing/) - [Logging](/docs/mqtt/logging/) -See the [MQTT example component](/cookbook/python_component_mqtt_basic/) how to integrate your own component.