mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Set parallel updates in Bring integration (#132504)
This commit is contained in:
parent
4de179c4c1
commit
49621aedb0
@ -35,7 +35,7 @@ rules:
|
||||
log-when-unavailable:
|
||||
status: done
|
||||
comment: handled by coordinator
|
||||
parallel-updates: todo
|
||||
parallel-updates: done
|
||||
reauthentication-flow: done
|
||||
test-coverage: done
|
||||
|
||||
|
@ -34,6 +34,8 @@ from .const import (
|
||||
from .coordinator import BringData, BringDataUpdateCoordinator
|
||||
from .entity import BringBaseEntity
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
hass: HomeAssistant,
|
||||
|
Loading…
x
Reference in New Issue
Block a user