mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add MQTT settings info to Tasmota page (#17209)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
1b4bd7f4a6
commit
ddc2767601
@ -27,7 +27,8 @@ This integration allows you to control [Tasmota](https://tasmota.github.io/docs/
|
|||||||
|
|
||||||
## Requirements
|
## 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 flashed with version 9.2, or later.
|
||||||
- Tasmota devices configured for native discovery (`SetOption19 0`)
|
- Tasmota devices configured for native discovery (`SetOption19 0`)
|
||||||
|
|
||||||
@ -46,3 +47,7 @@ Tasmota Buttons, Fans, Lights, relays, Sensors, Shutters and Switches are suppor
|
|||||||

|

|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user