Skip to content

Commit

Permalink
Explicitly set PARALLEL_UPDATES for Google Tasks (home-assistant#13…
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter authored Dec 15, 2024
1 parent 042d4cd commit f069f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/google_tasks/quality_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rules:
action-exceptions: done
docs-installation-parameters: todo
integration-owner: done
parallel-updates: todo
parallel-updates: done
test-coverage:
status: todo
comment: Test coverage for __init__.py is not above 95% yet
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/google_tasks/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from .coordinator import TaskUpdateCoordinator
from .types import GoogleTasksConfigEntry

PARALLEL_UPDATES = 0
SCAN_INTERVAL = timedelta(minutes=15)

TODO_STATUS_MAP = {
Expand Down

0 comments on commit f069f34

Please sign in to comment.