Add Adax migrated ClimateEntityFeatures (#109341)

This commit is contained in:
G Johansson
2024-02-02 09:02:41 +01:00
committed by GitHub
parent 582d6968b2
commit 449790c178

View File

@@ -74,6 +74,7 @@ class AdaxDevice(ClimateEntity):
)
_attr_target_temperature_step = PRECISION_WHOLE
_attr_temperature_unit = UnitOfTemperature.CELSIUS
_enable_turn_on_off_backwards_compatibility = False
def __init__(self, heater_data: dict[str, Any], adax_data_handler: Adax) -> None:
"""Initialize the heater."""