Tasmota Integration update (#15636)

This commit is contained in:
Federico Leoni 2020-11-14 17:21:13 -03:00 committed by Franck Nijhof
parent f0e9677ee0
commit b97479dc94
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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 flashed with version 9.1, or later.
- Tasmota devices configured for native discovery (`SetOption19 0`) - 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. - 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. - 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. - 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 ## Configuration