diff --git a/custom_components/sws12500/__init__.py b/custom_components/sws12500/__init__.py index d5c7b2f..16f3e79 100644 --- a/custom_components/sws12500/__init__.py +++ b/custom_components/sws12500/__init__.py @@ -27,7 +27,6 @@ period where no entities are subscribed, causing stale states until another full """ from asyncio import timeout -from inspect import isawaitable import logging from typing import Any, cast