Skip to content

Commit 9932633

Browse files
authored
Add Tuya TS0601 1 and 2 gang switch variants (#4363)
* Add `_TZE200_7tdtqgwv` to `TuyaSingleSwitchTO` * Add `_TZE200_nkjintbl` to `TuyaDoubleSwitchTO`
1 parent e260470 commit 9932633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zhaquirks/tuya/ts0601_switch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class TuyaSingleSwitchTO(TuyaSwitch):
8989
("_TZE200_wfxuhoea", "TS0601"),
9090
("_TZE200_tviaymwx", "TS0601"),
9191
("_TZE204_ptaqh9tk", "TS0601"), # reported in #3099
92+
("_TZE200_7tdtqgwv", "TS0601"),
9293
],
9394
ENDPOINTS: {
9495
1: {
@@ -201,6 +202,7 @@ class TuyaDoubleSwitchTO(TuyaSwitch):
201202
MODELS_INFO: [
202203
("_TZE200_g1ib5ldv", "TS0601"),
203204
("_TZE200_wunufsil", "TS0601"),
205+
("_TZE200_nkjintbl", "TS0601"),
204206
("_TZE204_wvovwe9h", "TS0601"),
205207
],
206208
ENDPOINTS: {

0 commit comments

Comments
 (0)