Skip to content

Commit 6907545

Browse files
Add Avatto/Tuya 1/2-ch dimmer support (#3190)
Add support for Avatto 1/2-ch dimmer. `TS0601` models: `_TZE204_o9gyszw2`, `_TZE204_5cuocqty` --------- Co-authored-by: TheJulianJES <[email protected]>
1 parent c6ed94a commit 6907545

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zhaquirks/tuya/ts0601_dimmer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ class TuyaSingleSwitchDimmerGP(TuyaDimmerSwitch):
153153
("_TZE200_y8yjulon", "TS0601"),
154154
("_TZE204_n9ctkb6j", "TS0601"), # BSEED
155155
("_TZE204_vevc4c6g", "TS0601"), # BSEED
156+
("_TZE204_5cuocqty", "TS0601"), # Avattto ZDMS16-1
156157
],
157158
ENDPOINTS: {
158159
# <SimpleDescriptor endpoint=1 profile=260 device_type=0x0100
@@ -214,6 +215,7 @@ class TuyaDoubleSwitchDimmerGP(TuyaDimmerSwitch):
214215
("_TZE200_fjjbhx9d", "TS0601"),
215216
("_TZE200_gwkapsoq", "TS0601"), # Loratap
216217
("_TZE204_zenj4lxv", "TS0601"),
218+
("_TZE204_o9gyszw2", "TS0601"), # Avattto ZDMS16-2
217219
],
218220
ENDPOINTS: {
219221
# <SimpleDescriptor endpoint=1 profile=260 device_type=0x0100

0 commit comments

Comments
 (0)