Update climate.py (#52065)
Adding tuya TRVs type Moes that need extra function in ZHA. https://github.com/home-assistant/core/issues/49378 adding _TYST11/_TZE200_cwnjrr72 that is missed then being added in zigpy. https://github.com/zigpy/zha-device-handlers/pull/931 is adding the _TZE200_b6wax7g0 and i shall adding the missed _TYST11_b6wax7g0pull/52072/head
parent
b916247e8e
commit
077131df1a
|
@ -614,8 +614,12 @@ class CentralitePearl(ZenWithinThermostat):
|
|||
manufacturers={
|
||||
"_TZE200_ckud7u2l",
|
||||
"_TZE200_ywdxldoj",
|
||||
"_TZE200_cwnjrr72",
|
||||
"_TZE200_b6wax7g0",
|
||||
"_TYST11_ckud7u2l",
|
||||
"_TYST11_ywdxldoj",
|
||||
"_TYST11_cwnjrr72",
|
||||
"_TYST11_b6wax7g0",
|
||||
},
|
||||
)
|
||||
class MoesThermostat(Thermostat):
|
||||
|
|
Loading…
Reference in New Issue