Skip to content

Commit

Permalink
Fix blocking sleep warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed May 3, 2024
1 parent 9cb70be commit 5e5a141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hive_local_thermostat/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5e5a141

Please sign in to comment.