Set parallel updates in Bring integration (#132504)

pull/132510/head^2
Manu 2024-12-06 20:22:48 +01:00 committed by GitHub
parent 4de179c4c1
commit 49621aedb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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,