diff --git a/custom_components/hive_local_thermostat/climate.py b/custom_components/hive_local_thermostat/climate.py index 41b4e36..5d2cd8d 100644 --- a/custom_components/hive_local_thermostat/climate.py +++ b/custom_components/hive_local_thermostat/climate.py @@ -3,7 +3,7 @@ from __future__ import annotations from dataclasses import dataclass -from time import sleep +from asyncio import sleep from homeassistant.const import ( UnitOfTemperature,