Skip to content

Commit

Permalink
Add Tuya Giex GX02 water valve support (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau authored Apr 25, 2024
1 parent 04ba4a7 commit bfbfb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhaquirks/tuya/ts0601_valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class GiexValve(CustomDevice):
"""GiEX valve device."""

signature = {
MODELS_INFO: [("_TZE200_sh1btabb", "TS0601"), ("_TZE200_a7sghmms", "TS0601")],
MODELS_INFO: [("_TZE200_sh1btabb", "TS0601"), ("_TZE200_a7sghmms", "TS0601"), ( "_TZE204_7ytb3h8u", "TS0601")],
ENDPOINTS: {
# <SimpleDescriptor endpoint=1 profile=260 device_type=0x0051
# input_clusters=[0x0000, 0x0004, 0x0005, 0xef00]
Expand Down

0 comments on commit bfbfb48

Please sign in to comment.