diff --git a/source/_addons/mosquitto.markdown b/source/_addons/mosquitto.markdown index 2f8a4d15fe4..26d93276cc3 100644 --- a/source/_addons/mosquitto.markdown +++ b/source/_addons/mosquitto.markdown @@ -55,6 +55,24 @@ This add-on is attached to the Home Assistant user system, so mqtt clients can m To use the Mosquitto as [broker](/docs/mqtt/broker/#run-your-own), go to the integration page and install the configuration with one click. If you have old MQTT settings available, remove this old integration and restart Home Assistant to see the new one. +#### {% linkable_title Using Mosquitto with Hass.io %} + +1. Install the [Mosquitto add-on](https://www.home-assistant.io/addons/mosquitto/) with the default configuration via 'Hass.io > ADD-ON STORE'. (Don't forget to start the add-on & verify that 'Start on boot' is enabled.) + +2. Create a new user for MQTT via the `Configuration > Users (manage users)`. (Note: This name cannot be "homeassistant" or "addon") + +3. Once back on-line, return to `Configuration > Integrations` and select configure next to `MQTT`. + +``` + Broker: YOUR_HASSIO_IP_ADDRESS + Port: 1883 + Username: MQTT_USERNAME + Password: MQTT_PASSWORD +``` + +Note: .yaml modifications are not required. +See [testing your setup](https://www.home-assistant.io/docs/mqtt/testing/) to verify the steps above. + ### {% linkable_title Disable listening on insecure (1883) ports %} Remove the ports from the add-on page network card (set them as blank) to disable them.