forked from home-assistant/core
Add parallel updates to swiss public transport (#133996)
add parallel updates
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user