Skip to content

Commit

Permalink
Fix Tuya 3 gang switch TS0601 _TZE200_vhy3iakz (#3004)
Browse files Browse the repository at this point in the history
Move `_TZE200_vhy3iakz` to correct quirk
  • Loading branch information
rasmus-hagberg committed Feb 26, 2024
1 parent fc1e55f commit cc74433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhaquirks/tuya/ts0601_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class TuyaSingleSwitchTO(TuyaSwitch):
MODELS_INFO: [
("_TZE200_amp6tsvy", "TS0601"),
("_TZE200_oisqyl4o", "TS0601"),
("_TZE200_vhy3iakz", "TS0601"), # ¿1 or 4 gangs?
("_TZ3000_uim07oem", "TS0601"), # ¿1 or 4 gangs?
("_TZE200_wfxuhoea", "TS0601"),
("_TZE200_tviaymwx", "TS0601"),
Expand Down Expand Up @@ -314,6 +313,7 @@ class TuyaTripleSwitchTO(TuyaSwitch):
MODELS_INFO: [
# ("_TZE200_kyfqmmyl", "TS0601"), ## candidate reported in #716
("_TZE200_tz32mtza", "TS0601"),
("_TZE200_vhy3iakz", "TS0601"),
],
ENDPOINTS: {
1: {
Expand Down

0 comments on commit cc74433

Please sign in to comment.