mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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:
|
3. Create `/share/mosquitto/accesscontrollist` with the contents:
|
||||||
```text
|
```text
|
||||||
user [YOUR_MQTT_USER]
|
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`.
|
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