Fix link to mqtt base component config (#2603)

This commit is contained in:
Jesse Hills 2023-01-19 09:49:06 +13:00 committed by GitHub
parent 9b3096fa2f
commit 21a01eee50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,8 +275,6 @@ then run the ``mqtt-fingerprint`` script of ESPHome to get the certificate:
ssl_fingerprints:
- a502ff13999f8b398ef1834f1123650b3236fc07
.. _config-mqtt-component:
.. _mqtt-tls-idf:
@ -300,7 +298,7 @@ Also make sure to change the ``port`` of the mqtt broker. Most brokers use port
- mqtt.example.com -> Success
If a secure connection is necessary for your device, you really want to set:
.. code-block:: yaml
skip_cert_cn_check: false
@ -342,6 +340,7 @@ Also make sure to change the ``port`` of the mqtt broker. Most brokers use port
m/XriWr/Cq4h/JfB7NTsezVslgkBaoU=
-----END CERTIFICATE-----
.. _config-mqtt-component:
MQTT Component Base Configuration
---------------------------------