Skip to content

Commit

Permalink
Adding Alecto SMART-HEAT10 TRV (#1067)
Browse files Browse the repository at this point in the history
* Adding Alecto	SMART-HEAT10 TRV

Adding _TYST11_8daqwrsj daqwrsj and _TZE200_8daqwrsj TS0601
Renaming valve.py to ts0601_trv.py so it matching the "ts0601" family devices (tuya MCU with DP cluster).

* Redoing renaming then its braking over 60 tests
  • Loading branch information
MattWestb committed Oct 15, 2021
1 parent 9a5bcd4 commit 870e1d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zhaquirks/tuya/valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ class SiterwellGS361_Type1(TuyaThermostat):
("_TYST11_hhrtiq0x", "hrtiq0x"),
("_TYST11_ps5v5jor", "s5v5jor"),
("_TYST11_owwdxjbx", "wwdxjbx"),
("_TYST11_8daqwrsj", "daqwrsj"),
],
ENDPOINTS: {
1: {
Expand Down Expand Up @@ -936,6 +937,7 @@ class SiterwellGS361_Type2(TuyaThermostat):
("_TZE200_hhrtiq0x", "TS0601"),
("_TZE200_ps5v5jor", "TS0601"),
("_TZE200_owwdxjbx", "TS0601"),
("_TZE200_8daqwrsj", "TS0601"),
],
ENDPOINTS: {
1: {
Expand Down

0 comments on commit 870e1d7

Please sign in to comment.