mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
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_b6wax7g0
This commit is contained in:
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…
x
Reference in New Issue
Block a user