mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Set parallel updates in Bring integration (#132504)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user