Tasmota Integration update (#15636)

This commit is contained in:
Federico Leoni 2020-11-14 17:21:13 -03:00 committed by GitHub
parent ec34a97d06
commit cec49efaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 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