Skip to content

Commit b550a52

Browse files
Add Tuya valve SGW08 _TZE284_fhvpaltk variant (#4256)
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
1 parent 46ddc22 commit b550a52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zhaquirks/tuya/tuya_valve.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,9 @@ class GiexIrrigationStatus(t.enum8):
362362

363363
(
364364
TuyaQuirkBuilder("_TZE284_8zizsafo", "TS0601") # Giex GX04
365-
.applies_to("_TZE284_eaet5qt5", "TS0601") # Insoma SGW08W
366365
.applies_to("_TZE284_iilebqoo", "TS0601") # NovaDigital ZVL_DUAL
366+
.applies_to("_TZE284_eaet5qt5", "TS0601") # Insoma SGW08W
367+
.applies_to("_TZE284_fhvpaltk", "TS0601") # SGW08
367368
.tuya_battery(dp_id=59, battery_type=BatterySize.AA, battery_qty=4)
368369
.tuya_switch(
369370
dp_id=1,

0 commit comments

Comments
 (0)