Skip to content

Commit 0156ab9

Browse files
authored
Add Avatto 2ch dimmer _TZE204_jtbgusdc variant (#3640)
1 parent 16cf752 commit 0156ab9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

zhaquirks/tuya/ts0601_dimmer.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ class TuyaSingleSwitchDimmerGP(TuyaDimmerSwitch):
154154
("_TZE200_y8yjulon", "TS0601"),
155155
("_TZE204_n9ctkb6j", "TS0601"), # BSEED
156156
("_TZE204_vevc4c6g", "TS0601"), # BSEED
157-
("_TZE204_5cuocqty", "TS0601"), # Avattto ZDMS16-1
158-
("_TZE204_nqqylykc", "TS0601"), # Avattto ZDMS16-1
157+
("_TZE204_5cuocqty", "TS0601"), # Avatto ZDMS16-1
158+
("_TZE204_nqqylykc", "TS0601"), # Avatto ZDMS16-1
159159
],
160160
ENDPOINTS: {
161161
# <SimpleDescriptor endpoint=1 profile=260 device_type=0x0100
@@ -217,7 +217,8 @@ class TuyaDoubleSwitchDimmerGP(TuyaDimmerSwitch):
217217
("_TZE200_fjjbhx9d", "TS0601"),
218218
("_TZE200_gwkapsoq", "TS0601"), # Loratap
219219
("_TZE204_zenj4lxv", "TS0601"),
220-
("_TZE204_o9gyszw2", "TS0601"), # Avattto ZDMS16-2
220+
("_TZE204_o9gyszw2", "TS0601"), # Avatto ZDMS16-2
221+
("_TZE204_jtbgusdc", "TS0601"), # Avatto DMS16/ZDMS16
221222
],
222223
ENDPOINTS: {
223224
# <SimpleDescriptor endpoint=1 profile=260 device_type=0x0100

0 commit comments

Comments
 (0)