Update mosquitto.markdown (#9796)

In my case, user was not able to publish message with "topic #"
I had to add readwrite to it to work
I'm using Mosquitto 5.0
This commit is contained in:
berightback-dev 2019-07-06 14:45:44 +02:00 committed by Franck Nijhof
parent b6ada31d46
commit 2069ab65a8

View File

@ -104,7 +104,7 @@ acl_file /share/mosquitto/accesscontrollist
3. Create `/share/mosquitto/accesscontrollist` with the contents:
```text
user [YOUR_MQTT_USER]
topic #
topic readwrite #
```
The `/share` folder can be accessed via SMB, or on the host filesystem under `/usr/share/hassio/share`.