From ddc2767601b25b5e8842a146374ba0c426b481dc Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 31 Mar 2021 17:40:20 +0200 Subject: [PATCH] Add MQTT settings info to Tasmota page (#17209) Co-authored-by: Franck Nijhof --- source/_integrations/tasmota.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tasmota.markdown b/source/_integrations/tasmota.markdown index 4c39dfb4a08..61371b74b8d 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -27,7 +27,8 @@ This integration allows you to control [Tasmota](https://tasmota.github.io/docs/ ## Requirements -- MQTT server and the [MQTT integration](/integrations/mqtt/) set up in Home Assistant. +- MQTT broker and the [MQTT integration](/integrations/mqtt/) set up in Home Assistant. +- Tasmota devices' MQTT setting configured to communicate with the MQTT broker. - Tasmota devices flashed with version 9.2, or later. - Tasmota devices configured for native discovery (`SetOption19 0`) @@ -46,3 +47,7 @@ Tasmota Buttons, Fans, Lights, relays, Sensors, Shutters and Switches are suppor ![iot](https://user-images.githubusercontent.com/7702766/99080146-a1d43980-259f-11eb-856b-addb53695381.png) {% include integrations/config_flow.md %} + +You must also configure each Tasmota device's MQTT settings to communicate with whatever MQTT broker you are using. Enter the broker address under host and enter a username/password combination that allows access to the broker. + +If using the Mosquitto Broker add-on for Home Assistant, first create a new Home Assistant user under {% my users title="Configuration > Users" %}. Then, in Tasmota > Configure MQTT under "Host" enter the address of your Home Assistant instance and under "User" and "Password" enter the Home Assistant user you just created.