diff --git a/custom_components/askoheat/sensor.py b/custom_components/askoheat/sensor.py index 6d298bf..052b74e 100644 --- a/custom_components/askoheat/sensor.py +++ b/custom_components/askoheat/sensor.py @@ -14,7 +14,7 @@ from custom_components.askoheat.api_ema_desc import EMA_REGISTER_BLOCK_DESCRIPTOR from custom_components.askoheat.api_op_desc import DATA_REGISTER_BLOCK_DESCRIPTOR from custom_components.askoheat.api_par_desc import PARAM_REGISTER_BLOCK_DESCRIPTOR -from custom_components.askoheat.const import LOGGER, AttributeKeys +from custom_components.askoheat.const import AttributeKeys from custom_components.askoheat.model import ( AskoheatDurationSensorEntityDescription, AskoheatSensorEntityDescription,