From b97479dc94d1a1746298f710ec80c3751ffb8ed2 Mon Sep 17 00:00:00 2001 From: Federico Leoni Date: Sat, 14 Nov 2020 17:21:13 -0300 Subject: [PATCH] Tasmota Integration update (#15636) --- source/_integrations/tasmota.markdown | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/_integrations/tasmota.markdown b/source/_integrations/tasmota.markdown index c1c751bb76d..b4c76e3bb61 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -22,15 +22,18 @@ This integration allows you to control [Tasmota](https://tasmota.github.io/docs/ - Tasmota devices flashed with version 9.1, or later. - Tasmota devices configured for native discovery (`SetOption19 0`) -## Limitations +## Supported Features -Lights, relays, sensors and switches are supported. +Lights, relays, sensors, switches and buttons are supported. -- Lights will be added as Home Assistant `light` entities. +- 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. To enable them, `switchtopic` needs to be set. If there are no corresponding power device (light, relay, etc.) the `switch` will be added automatically. +- 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. +- 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. + +![iot](https://user-images.githubusercontent.com/7702766/99080146-a1d43980-259f-11eb-856b-addb53695381.png) ## Configuration