mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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:
|
||||
status: exempt
|
||||
comment: No authentication needed
|
||||
parallel-updates: todo
|
||||
parallel-updates: done
|
||||
test-coverage: todo
|
||||
integration-owner: done
|
||||
docs-installation-parameters: todo
|
||||
|
@ -27,6 +27,8 @@ from .coordinator import (
|
||||
SwissPublicTransportDataUpdateCoordinator,
|
||||
)
|
||||
|
||||
PARALLEL_UPDATES = 0
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SCAN_INTERVAL = timedelta(seconds=90)
|
||||
|
Loading…
x
Reference in New Issue
Block a user