From 64fba147d125caf4ff26707b97edf1b2b7aa6093 Mon Sep 17 00:00:00 2001 From: Flop2006 Date: Sat, 23 Nov 2019 18:04:46 +0100 Subject: [PATCH] Update mosquitto.markdown (#11265) Note that the homeassistant user is required in the ACL added. --- source/_addons/mosquitto.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_addons/mosquitto.markdown b/source/_addons/mosquitto.markdown index 7b1f5af0c3f..67e74ff8f00 100644 --- a/source/_addons/mosquitto.markdown +++ b/source/_addons/mosquitto.markdown @@ -77,6 +77,16 @@ To use the Mosquitto as [broker](/docs/mqtt/broker/#run-your-own), go to the int Password: MQTT_PASSWORD ``` +If you are using the ACL, remember to enter the newly created user and homeassistant in `/share/mosquitto/accesscontrollist` as follows: + +```text +user [YOUR_MQTT_USER] +topic readwrite # +user homeassistant +topic readwrite # +``` + + Note: .yaml modifications are not required. See [testing your setup](/docs/mqtt/testing/) to verify the steps above.