From 719b2a99bf1348b7160c83dc0d18cffdba6998e0 Mon Sep 17 00:00:00 2001 From: "Daniel D." Date: Wed, 1 Oct 2025 21:37:44 +0200 Subject: [PATCH 1/2] feat(tuya): Add single switch model Add _TZE200_7tdtqgwv to TuyaSingleSwitchTO --- zhaquirks/tuya/ts0601_switch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zhaquirks/tuya/ts0601_switch.py b/zhaquirks/tuya/ts0601_switch.py index b21aa2471a..2f8fa88696 100644 --- a/zhaquirks/tuya/ts0601_switch.py +++ b/zhaquirks/tuya/ts0601_switch.py @@ -89,6 +89,7 @@ class TuyaSingleSwitchTO(TuyaSwitch): ("_TZE200_wfxuhoea", "TS0601"), ("_TZE200_tviaymwx", "TS0601"), ("_TZE204_ptaqh9tk", "TS0601"), # reported in #3099 + ("_TZE200_7tdtqgwv", "TS0601"), ], ENDPOINTS: { 1: { From a5272502b9d4308b6c414c2d57754545f94c6c10 Mon Sep 17 00:00:00 2001 From: "Daniel D." Date: Wed, 1 Oct 2025 21:41:16 +0200 Subject: [PATCH 2/2] feat(tuya): Add double switch model Add _TZE200_nkjintbl to TuyaDoubleSwitchTO --- zhaquirks/tuya/ts0601_switch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zhaquirks/tuya/ts0601_switch.py b/zhaquirks/tuya/ts0601_switch.py index 2f8fa88696..36b66bc899 100644 --- a/zhaquirks/tuya/ts0601_switch.py +++ b/zhaquirks/tuya/ts0601_switch.py @@ -202,6 +202,7 @@ class TuyaDoubleSwitchTO(TuyaSwitch): MODELS_INFO: [ ("_TZE200_g1ib5ldv", "TS0601"), ("_TZE200_wunufsil", "TS0601"), + ("_TZE200_nkjintbl", "TS0601"), ("_TZE204_wvovwe9h", "TS0601"), ], ENDPOINTS: {