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