diff --git a/source/_integrations/tasmota.markdown b/source/_integrations/tasmota.markdown index 7b6e70a0a4e..d13e79c0933 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -37,15 +37,15 @@ This integration allows you to control [Tasmota](https://tasmota.github.io/docs/ Tasmota Buttons, Fans, Lights, relays, Sensors, Shutters and Switches are supported. -- Tasmota 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. No `binary_sensor` entity will be created. You can find the available `automation triggers` on the device screen. ![automation triggers](/images/integrations/tasmota/tasmota_button_automations.png) - 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. +- Tasmota Switches will be added as either Home Assistant `binary_sensor` entities or `automation triggers` depending on the `switchmode` used when `SetOption114` is enabled. - 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. - 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) + ![iot](/images/integrations/tasmota/tasmota_status_sensors.png) {% include integrations/config_flow.md %} diff --git a/source/images/integrations/tasmota/tasmota_button_automations.png b/source/images/integrations/tasmota/tasmota_button_automations.png new file mode 100644 index 00000000000..9ff3fcbb263 Binary files /dev/null and b/source/images/integrations/tasmota/tasmota_button_automations.png differ diff --git a/source/images/integrations/tasmota/tasmota_status_sensors.png b/source/images/integrations/tasmota/tasmota_status_sensors.png new file mode 100644 index 00000000000..e890363d569 Binary files /dev/null and b/source/images/integrations/tasmota/tasmota_status_sensors.png differ