From ac9ab8eebf72144d8cee7d2465b812704b31d929 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 25 Apr 2023 22:23:28 +0200 Subject: [PATCH] Add note on accessibility of advanced mqtt broker settings (#27134) --- source/_integrations/mqtt.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index 97797b67fcc..3fc66ac8bfe 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -80,6 +80,12 @@ If you experience an error message like `Failed to connect due to exception: [SS Advanced broker configuration options include setting a custom client ID, setting a client certificate and key for authentication and enabling TLS validation of the brokers certificate for. To access the advanced settings, open the MQTT broker settings, switch on `Advanced options` and click `Next`. The advanced options will be shown by default if there are advanced settings active already. +
+ +Advanced broker options are accessible only when advanced mode is enabled (see user settings), or when advanced broker settings are configured already. + +
+ #### Alternative client ID You can set a custom MQTT client ID, this can help when debugging. Mind that the client ID must be unique. Leave this settings default if you want Home Assistant to generate a unique ID.