From 077131df1a087c41e222680f543f963ab219780c Mon Sep 17 00:00:00 2001 From: MattWestb <49618193+MattWestb@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:36:00 +0200 Subject: [PATCH] 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 --- homeassistant/components/zha/climate.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/components/zha/climate.py b/homeassistant/components/zha/climate.py index 475b0c5d0b8..3aa11d85516 100644 --- a/homeassistant/components/zha/climate.py +++ b/homeassistant/components/zha/climate.py @@ -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):