Skip to content

Commit bfbfb48

Browse files
authored
Add Tuya Giex GX02 water valve support (#3124)
1 parent 04ba4a7 commit bfbfb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/tuya/ts0601_valve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ class GiexValve(CustomDevice):
381381
"""GiEX valve device."""
382382

383383
signature = {
384-
MODELS_INFO: [("_TZE200_sh1btabb", "TS0601"), ("_TZE200_a7sghmms", "TS0601")],
384+
MODELS_INFO: [("_TZE200_sh1btabb", "TS0601"), ("_TZE200_a7sghmms", "TS0601"), ( "_TZE204_7ytb3h8u", "TS0601")],
385385
ENDPOINTS: {
386386
# <SimpleDescriptor endpoint=1 profile=260 device_type=0x0051
387387
# input_clusters=[0x0000, 0x0004, 0x0005, 0xef00]

0 commit comments

Comments
 (0)