From 5881b892fd84843d6f3e85b90c6fad633602f2d5 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:22:08 +0200 Subject: [PATCH] MQTT: fix markdown (#32495) --- source/_integrations/mqtt.markdown | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index e56b6c42a5d..9542dcaa3d4 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -112,7 +112,6 @@ MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things {% enddetails %} - Your first step to get MQTT and Home Assistant working is to choose a broker. ## Setting up a broker @@ -139,7 +138,12 @@ Add the MQTT integration, then provide your broker's hostname (or IP address) an 3. Select **Configure**, then **Re-configure MQTT**.
+ If you experience an error message like `Failed to connect due to exception: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed`, then turn on `Advanced options` and set [Broker certificate validation](/integrations/mqtt/#broker-certificate-validation) to `Auto`. + + +
-
+
-
+
+ +
+ You must include either `topic` or `topic_template`, but not both. If providing a payload, you need to include either `payload` or `payload_template`, but not both. + +
+