mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00
1.4 KiB
1.4 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain
title | description | ha_category | ha_release | ha_iot_class | ha_config_flow | ha_codeowners | ha_domain | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Tasmota (beta) | Instructions on how to integrate Tasmota with Home Assistant. |
|
0.117 | Local Push | true |
|
tasmota |
This integration allows you to control Tasmota devices over MQTT.
Requirements
- MQTT server and the MQTT integration set up in Home Assistant.
- Tasmota devices flashed with 9.0.0.1 or later
- Tasmota devices configured for native discovery (
SetOption19 0
)
Limitations
Lights, relays, sensors and switches are supported.
- Lights will be added as Home Assistant
light
entities. - Relays will be added as Home Assistant
switch
entities, ifSetOption30 = 0
. IfSetOption30 = 1
, relays will be added aslight
entities. - Sensors will be added as Home Assistant
sensor
entities. - Switches will be added as Home Assistant
binary_sensor
entities, if aswitchtopic
is set or there is no corresponding power device (light, relay, etc.).
Configuration
This integration can be configured using the integrations in the Home Assistant frontend.
Menu: Configuration -> Integrations.
Click on the +
sign to add an integration and click on Tasmota (beta).
After completing the configuration flow, the Tasmota integration will be
available.