mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update mosquitto.markdown (#11265)
Note that the homeassistant user is required in the ACL added.
This commit is contained in:
parent
d64d72de70
commit
64fba147d1
@ -77,6 +77,16 @@ To use the Mosquitto as [broker](/docs/mqtt/broker/#run-your-own), go to the int
|
|||||||
Password: MQTT_PASSWORD
|
Password: MQTT_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you are using the ACL, remember to enter the newly created user and homeassistant in `/share/mosquitto/accesscontrollist` as follows:
|
||||||
|
|
||||||
|
```text
|
||||||
|
user [YOUR_MQTT_USER]
|
||||||
|
topic readwrite #
|
||||||
|
user homeassistant
|
||||||
|
topic readwrite #
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Note: .yaml modifications are not required.
|
Note: .yaml modifications are not required.
|
||||||
See [testing your setup](/docs/mqtt/testing/) to verify the steps above.
|
See [testing your setup](/docs/mqtt/testing/) to verify the steps above.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user