From 7c71be78127df4f8a5e66de86c1212200f3cc3b5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 5 Mar 2020 10:42:42 +0100 Subject: [PATCH] Add information on README.md (#1154) Add some informations to explain how ACL file should be in anonymous mode --- mosquitto/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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`.