mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 10:45:52 +01:00
@@ -22,7 +22,7 @@ Note: This name cannot be `homeassistant` or `addon`, those are reserved usernam
|
||||
To use the Mosquitto as a broker, go to the integration page and install the configuration with one click:
|
||||
|
||||
1. Navigate in your Home Assistant frontend to **Configuration** -> **Integrations**.
|
||||
2. MQTT should appear as a dicovered integration at the top of the page
|
||||
2. MQTT should appear as a discovered integration at the top of the page
|
||||
3. Select it and check the box to enable MQTT discovery if desired, and hit submit.
|
||||
|
||||
If you have old MQTT settings available, remove this old integration and restart Home Assistant to see the new one.
|
||||
@@ -123,7 +123,7 @@ 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:
|
||||
For anonymous mode ( `"anonymous": true` ), you have to remove the `user [YOUR_MQTT_USER]` line like so:
|
||||
|
||||
```text
|
||||
topic readwrite #
|
||||
@@ -152,4 +152,4 @@ In case you've found a bug, please [open an issue on our GitHub][issue].
|
||||
[issue]: https://github.com/home-assistant/hassio-addons/issues
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[repository]: https://github.com/hassio-addons/repository
|
||||
[mosquitto]: https://mosquitto.org/
|
||||
[mosquitto]: https://mosquitto.org/
|
||||
|
||||
Reference in New Issue
Block a user