From f069f340a3c0215cf455b07abb43fe707316ae2b Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 15 Dec 2024 08:53:36 -0800 Subject: [PATCH] Explicitly set `PARALLEL_UPDATES` for Google Tasks (#133296) --- homeassistant/components/google_tasks/quality_scale.yaml | 2 +- homeassistant/components/google_tasks/todo.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/google_tasks/quality_scale.yaml b/homeassistant/components/google_tasks/quality_scale.yaml index 94c81d0b7f8dd..0cecb88484f4c 100644 --- a/homeassistant/components/google_tasks/quality_scale.yaml +++ b/homeassistant/components/google_tasks/quality_scale.yaml @@ -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 diff --git a/homeassistant/components/google_tasks/todo.py b/homeassistant/components/google_tasks/todo.py index d749adbfb2b7f..9a44b91b5297f 100644 --- a/homeassistant/components/google_tasks/todo.py +++ b/homeassistant/components/google_tasks/todo.py @@ -19,6 +19,7 @@ from .coordinator import TaskUpdateCoordinator from .types import GoogleTasksConfigEntry +PARALLEL_UPDATES = 0 SCAN_INTERVAL = timedelta(minutes=15) TODO_STATUS_MAP = {