modbus: Remove PARALLEL_UPDATES from base_platform (#113928)

Remove PARALLEL_UPDATES from base_platform.
This commit is contained in:
jan iversen 2024-03-21 10:43:58 +01:00 committed by GitHub
parent 80c8b94021
commit e1897906cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ from .const import (
)
from .modbus import ModbusHub
PARALLEL_UPDATES = 1
_LOGGER = logging.getLogger(__name__)