Add parallel_updates to new updates platform for Squeezebox (#144864)

initial
This commit is contained in:
peteS-UK 2025-05-14 10:59:28 +01:00 committed by GitHub
parent 5acae7f86d
commit 1748dbd60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,9 @@ newplugins = UpdateEntityDescription(
POLL_AFTER_INSTALL = 120 POLL_AFTER_INSTALL = 120
# Coordinator is used to centralize the data updates
PARALLEL_UPDATES = 0
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)