Fix incorrect warning (#10387)

ACL is not required if using HA users and no anonymous access.
This commit is contained in:
cogneato 2019-09-18 13:36:50 -06:00 committed by Fabian Affolter
parent 0fab934936
commit 2f8593ac04

View File

@ -23,7 +23,7 @@ Set up [Mosquitto](https://mosquitto.org/) as MQTT broker.
<div class='warning note'>
Since version 4.1 of the addon, an explicit ACL definition is now required, [see these instructions](https://www.home-assistant.io/addons/mosquitto/#access-control-lists-acls).
Since version 4.1 of the addon, an explicit ACL definition is now required if you plan to use legacy logins and `"anonymous": true` [see these instructions](https://www.home-assistant.io/addons/mosquitto/#access-control-lists-acls).
</div>