mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add parallel updates to swiss public transport (#133996)
add parallel updates
This commit is contained in:
parent
05a8b773b9
commit
c383b41a12
@ -37,7 +37,7 @@ rules:
|
|||||||
reauthentication-flow:
|
reauthentication-flow:
|
||||||
status: exempt
|
status: exempt
|
||||||
comment: No authentication needed
|
comment: No authentication needed
|
||||||
parallel-updates: todo
|
parallel-updates: done
|
||||||
test-coverage: todo
|
test-coverage: todo
|
||||||
integration-owner: done
|
integration-owner: done
|
||||||
docs-installation-parameters: todo
|
docs-installation-parameters: todo
|
||||||
|
@ -27,6 +27,8 @@ from .coordinator import (
|
|||||||
SwissPublicTransportDataUpdateCoordinator,
|
SwissPublicTransportDataUpdateCoordinator,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
SCAN_INTERVAL = timedelta(seconds=90)
|
SCAN_INTERVAL = timedelta(seconds=90)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user