mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add parallel_updates to new updates platform for Squeezebox (#144864)
initial
This commit is contained in:
parent
5acae7f86d
commit
1748dbd60f
@ -38,6 +38,9 @@ newplugins = UpdateEntityDescription(
|
||||
|
||||
POLL_AFTER_INSTALL = 120
|
||||
|
||||
# Coordinator is used to centralize the data updates
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user