From 7a759aa7e01e33c4b741b83c6620938663a2f2ef Mon Sep 17 00:00:00 2001 From: Jossie Date: Sat, 26 Dec 2020 09:54:27 +0100 Subject: [PATCH] Update tasmota.markdown (#16003) remove = for SetOption30 = 0 SetOption30 = 1 --- source/_integrations/tasmota.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.