diff --git a/mosquitto/README.md b/mosquitto/README.md index d0a9c9b..cca9d08 100644 --- a/mosquitto/README.md +++ b/mosquitto/README.md @@ -131,6 +131,11 @@ Add the following configuration to enable **unrestricted** access to all topics. user [YOUR_MQTT_USER] topic readwrite # ``` + For anonymous mode ( `"anonymous": true` ), your have to remove the `user [YOUR_MQTT_USER]` line like so: + + ```text + topic readwrite # + ``` The `/share` folder can be accessed via SMB, or on the host filesystem under `/usr/share/hassio/share`.