From ba00228ff16b17f9575a0a9338a92922333ad312 Mon Sep 17 00:00:00 2001 From: Federico Leoni Date: Sat, 24 Oct 2020 13:17:17 -0300 Subject: [PATCH] Correct SetOption30 states (#15380) --- 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 e0f4b43268b..a12e73e5d6c 100644 --- a/source/_integrations/tasmota.markdown +++ b/source/_integrations/tasmota.markdown @@ -27,7 +27,7 @@ This integration allows you to control Tasmota devices over MQTT. Lights, relays, sensors and switches are supported. - Lights will be added as Home Assistant `light` entities. -- Relays will be added as Home Assistant `switch` entities, if `SetOption30 = 1`. If `SetOption30 = 0`, 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. - Switches will be added as Home Assistant `binary_sensor` entities, if a `switchtopic` is set or there is no corresponding power device (light, relay, etc.).