diff --git a/source/_integrations/tasmota.markdown b/source/_integrations/tasmota.markdown index 97fac6140ae..c4c368a8042 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -3,6 +3,8 @@ title: Tasmota description: Instructions on how to integrate Tasmota with Home Assistant. ha_category: - Binary Sensor + - Cover + - Fan - Light - Sensor - Switch @@ -24,14 +26,16 @@ This integration allows you to control [Tasmota](https://tasmota.github.io/docs/ ## Supported Features -Lights, relays, sensors, switches and buttons are supported. +Tasmota Buttons, Fans, Lights, relays, Sensors, Shutters and Switches are supported. -- Lights will be added as Home Assistant `light` entities. Single channel Dimmers, RGB lights, RGB lights with Color Temperature control and RGB lights with White control are supported. -- Relays will be added as Home Assistant `switch` entities, if `SetOption30 = 0`. If `SetOption30 = 1`, relays will be added as `light` entities. -- Sensors will be added as Home Assistant `sensor` entities. -- Switches will be added as Home Assistant `binary_sensor` entities or `automation triggers` depending by the `switchmode` used when `SetOption114` is enabled. -- Buttons will be added as Home Assistant `automation triggers` when `SetOption73` is enabled. +- Tasmota Buttons will be added as Home Assistant `automation triggers` when `SetOption73` is enabled. +- Tasmota Lights will be added as Home Assistant `light` entities. Single channel Dimmers, RGB lights, RGB lights with Color Temperature control and RGB lights with White control are supported. +- Tasmota Relays will be added as Home Assistant `switch` entities, if `SetOption30 = 0`. If `SetOption30 = 1`, relays will be added as `light` entities. +- Tasmota Sensors will be added as Home Assistant `sensor` entities. +- Tasmota Shutters will be added as Home Assistant `cover` entities. Currently only Shutter modes 1 to 4 are supported. Shutter mode 5 and Tuya shutters are not supported. +- Tasmota Switches will be added as Home Assistant `binary_sensor` entities or `automation triggers` depending by the `switchmode` used when `SetOption114` is enabled. - The integration will also create up to eight Status Sensors, each one with a different information. Please note all the Status Sensors are disabled by default. +- The fan functionality in Tasmota devices with module configured as iFan02 or iFan03 will be added as Home Assistant `fan` entities. Tuya fans are not supported. ![iot](https://user-images.githubusercontent.com/7702766/99080146-a1d43980-259f-11eb-856b-addb53695381.png)