Add migrated climate feature flags to zwave_me (#109445)

pull/109489/head
G Johansson 2024-02-02 22:36:43 -05:00 committed by GitHub
parent 1d3c5d92ea
commit 5462badebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class ZWaveMeClimate(ZWaveMeEntity, ClimateEntity):
_attr_hvac_mode = HVACMode.HEAT
_attr_hvac_modes = [HVACMode.HEAT]
_attr_supported_features = ClimateEntityFeature.TARGET_TEMPERATURE
_enable_turn_on_off_backwards_compatibility = False
def set_temperature(self, **kwargs: Any) -> None:
"""Set new target temperature."""