Adding presets for new tuya TRV (#60408)

Adding presets for _TZE200_2atgpdho and _TYST11_2atgpdho and also deleting it for Beca Smart with old Zigbee module then its looks like they is not releasing devices with it.
This commit is contained in:
MattWestb 2021-12-02 19:32:35 +01:00 committed by GitHub
parent 5b8d081441
commit 2bc0493535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -613,10 +613,11 @@ class CentralitePearl(ZenWithinThermostat):
"_TZE200_ywdxldoj", "_TZE200_ywdxldoj",
"_TZE200_cwnjrr72", "_TZE200_cwnjrr72",
"_TZE200_b6wax7g0", "_TZE200_b6wax7g0",
"_TZE200_2atgpdho",
"_TYST11_ckud7u2l", "_TYST11_ckud7u2l",
"_TYST11_ywdxldoj", "_TYST11_ywdxldoj",
"_TYST11_cwnjrr72", "_TYST11_cwnjrr72",
"_TYST11_b6wax7g0", "_TYST11_2atgpdho",
}, },
) )
class MoesThermostat(Thermostat): class MoesThermostat(Thermostat):