From e1897906cc6398cf8358b6ae21277ecaa74bb89a Mon Sep 17 00:00:00 2001 From: jan iversen Date: Thu, 21 Mar 2024 10:43:58 +0100 Subject: [PATCH] modbus: Remove PARALLEL_UPDATES from base_platform (#113928) Remove PARALLEL_UPDATES from base_platform. --- homeassistant/components/modbus/base_platform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/modbus/base_platform.py b/homeassistant/components/modbus/base_platform.py index c64ef95c163..5c8816dd74e 100644 --- a/homeassistant/components/modbus/base_platform.py +++ b/homeassistant/components/modbus/base_platform.py @@ -67,7 +67,6 @@ from .const import ( ) from .modbus import ModbusHub -PARALLEL_UPDATES = 1 _LOGGER = logging.getLogger(__name__)