diff --git a/source/_integrations/tasmota.markdown b/source/_integrations/tasmota.markdown index c4c368a8042..a01ade035bb 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -30,7 +30,7 @@ Tasmota Buttons, Fans, Lights, relays, Sensors, Shutters and Switches are suppor - 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 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.