diff --git a/addons/mosquitto/index.html b/addons/mosquitto/index.html index 2327fefc00..f66e0c02f6 100644 --- a/addons/mosquitto/index.html +++ b/addons/mosquitto/index.html @@ -110,6 +110,13 @@ Make sure you use logins and disable anonymous access if you want to secure the broker: core-mosquitto +

If username and password are set up in add-on, your configuration.yaml file should contain that data.

+
mqtt:
+  broker: core-mosquitto
+  username: YOUR_USERNAME
+  password: YOUR_PASSWORD
+
+