From 87cb2fecd217fe235f1362bea181f0f0b350db55 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 7 Dec 2023 13:34:40 -0600 Subject: [PATCH] [DOCS] Add domain name information for mqtt server (#1827) Co-authored-by: Florian <1technophile@users.noreply.github.com> --- docs/upload/portal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upload/portal.md b/docs/upload/portal.md index 61ca49d2..2e20d6c4 100644 --- a/docs/upload/portal.md +++ b/docs/upload/portal.md @@ -27,7 +27,7 @@ For boards with an ethernet port you can also access to the Wifi Manager portal If the board is connected by ethernet, the Wifi and password can be empty. If you fill them the board will use this wifi as a fallback connectivity method. ::: -* Set your MQTT Server IP +* Set your MQTT Server IP or domain name (for Home Assistant you can enter `homeassistant.local` if your server is configured with mDNS) * Set your MQTT Server Port (default: 1883) * Set the MQTT secure connection box to select whether or not the connection should be secure * Copy/paste the MQTT server certificate in the MQTT server cert box (only required if using a secure connection), be sure to include the `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----` markers