From 0ba1c8e70e8e7a384e25c571855b45ae1ccdb5fc Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 19 Nov 2021 11:46:13 +0100 Subject: [PATCH] Tweak MQTT documentation (#20358) --- source/_docs/mqtt.markdown | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/source/_docs/mqtt.markdown b/source/_docs/mqtt.markdown index 3f9f5145631..805f100573e 100644 --- a/source/_docs/mqtt.markdown +++ b/source/_docs/mqtt.markdown @@ -5,15 +5,9 @@ description: "Details about the MQTT support of Home Assistant." MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things" connectivity protocol on top of TCP/IP. It allows extremely lightweight publish/subscribe messaging transport. -To integrate MQTT into Home Assistant, add the following section to your `configuration.yaml` file: +To integrate MQTT into Home Assistant, you need to setup the [MQTT integration](/docs/integrations/mqtt). -```yaml -# Example configuration.yaml entry -mqtt: - broker: IP_ADDRESS -``` - -For detailed setup instructions, please refer to the [MQTT broker](/docs/mqtt/broker) documentation. +You will also need to setup an MQTT broker, please refer to the [MQTT broker](/docs/mqtt/broker) documentation. ## Additional features