Update mosquitto.markdown (#11265)

Note that the homeassistant user is required in the ACL added.
This commit is contained in:
Flop2006 2019-11-23 18:04:46 +01:00 committed by Franck Nijhof
parent d64d72de70
commit 64fba147d1

View File

@ -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.