Add parallel updates to swiss public transport (#133996)

add parallel updates
This commit is contained in:
Cyrill Raccaud 2024-12-25 14:55:34 +01:00 committed by GitHub
parent 05a8b773b9
commit c383b41a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,7 @@ rules:
reauthentication-flow:
status: exempt
comment: No authentication needed
parallel-updates: todo
parallel-updates: done
test-coverage: todo
integration-owner: done
docs-installation-parameters: todo

View File

@ -27,6 +27,8 @@ from .coordinator import (
SwissPublicTransportDataUpdateCoordinator,
)
PARALLEL_UPDATES = 0
_LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = timedelta(seconds=90)