diff --git a/custom_components/saj_modbus/__init__.py b/custom_components/saj_modbus/__init__.py index b3a6e48..ac2d995 100644 --- a/custom_components/saj_modbus/__init__.py +++ b/custom_components/saj_modbus/__init__.py @@ -14,7 +14,6 @@ DOMAIN, ) from .hub import SAJModbusHub -from .services import async_setup_services _LOGGER = logging.getLogger(__name__)