mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
b6ada31d46
commit
2069ab65a8
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user