Clarify MQTT Advanced Configuration (#6192)

Properly describe the flag that needs to be changed and provide additional info on where the .conf files need to live. (Information that took me far longer than necessary to figure out.)
This commit is contained in:
jma89 2018-09-04 02:51:01 -04:00 committed by Fabian Affolter
parent f1c91676f6
commit 5966611f26

View File

@ -89,10 +89,11 @@ See the following links for more information:
Add the following configuration to enable ACLs:
1. Set `customize` flag to `true` in your configuration.
1. Set the `active` flag within the `customize` section to `true` in your configuration.
2. Create a file in `/share/mosquitto` named `acl.conf` with the following contents:
```text
acl_file /share/mosquitto/accesscontrollist
```
3. Create a file in `/share/mosquitto` named `accesscontrollist` and add contents according to your requirements.
The `/share` folder can be found on the host filesystem under `/usr/share/hassio/share`, or via the `Share` folder through SMB (Samba).