mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Explicitly set PARALLEL_UPDATES
for Google Tasks (#133296)
This commit is contained in:
parent
042d4cd39b
commit
f069f340a3
@ -42,7 +42,7 @@ rules:
|
|||||||
action-exceptions: done
|
action-exceptions: done
|
||||||
docs-installation-parameters: todo
|
docs-installation-parameters: todo
|
||||||
integration-owner: done
|
integration-owner: done
|
||||||
parallel-updates: todo
|
parallel-updates: done
|
||||||
test-coverage:
|
test-coverage:
|
||||||
status: todo
|
status: todo
|
||||||
comment: Test coverage for __init__.py is not above 95% yet
|
comment: Test coverage for __init__.py is not above 95% yet
|
||||||
|
@ -19,6 +19,7 @@ from homeassistant.util import dt as dt_util
|
|||||||
from .coordinator import TaskUpdateCoordinator
|
from .coordinator import TaskUpdateCoordinator
|
||||||
from .types import GoogleTasksConfigEntry
|
from .types import GoogleTasksConfigEntry
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
SCAN_INTERVAL = timedelta(minutes=15)
|
SCAN_INTERVAL = timedelta(minutes=15)
|
||||||
|
|
||||||
TODO_STATUS_MAP = {
|
TODO_STATUS_MAP = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user