Adds migrated ClimateEntityFeature to Netatmo (#109418)

This commit is contained in:
G Johansson
2024-02-03 14:37:42 +01:00
committed by Franck Nijhof
parent f01f033b3f
commit 4a1a5b9e87
@@ -190,6 +190,7 @@ class NetatmoThermostat(NetatmoBaseEntity, ClimateEntity):
_attr_supported_features = SUPPORT_FLAGS
_attr_target_temperature_step = PRECISION_HALVES
_attr_temperature_unit = UnitOfTemperature.CELSIUS
_enable_turn_on_off_backwards_compatibility = False
def __init__(self, netatmo_device: NetatmoRoom) -> None:
"""Initialize the sensor."""