From dd31c2c832fe3fd4e3943176f6fda6c588331869 Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:18:34 -0600 Subject: [PATCH] Set PARALLEL_UPDATES for HEOS media_player (#136178) Set PARALLEL_UPDATES --- homeassistant/components/heos/media_player.py | 2 ++ homeassistant/components/heos/quality_scale.yaml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/heos/media_player.py b/homeassistant/components/heos/media_player.py index 67a837b2888..b8690040061 100644 --- a/homeassistant/components/heos/media_player.py +++ b/homeassistant/components/heos/media_player.py @@ -41,6 +41,8 @@ from homeassistant.util.dt import utcnow from . import GroupManager, HeosConfigEntry, SourceManager from .const import DOMAIN as HEOS_DOMAIN, SIGNAL_HEOS_PLAYER_ADDED, SIGNAL_HEOS_UPDATED +PARALLEL_UPDATES = 0 + BASE_SUPPORTED_FEATURES = ( MediaPlayerEntityFeature.VOLUME_MUTE | MediaPlayerEntityFeature.VOLUME_SET diff --git a/homeassistant/components/heos/quality_scale.yaml b/homeassistant/components/heos/quality_scale.yaml index 3dd6953778b..81162ab9b97 100644 --- a/homeassistant/components/heos/quality_scale.yaml +++ b/homeassistant/components/heos/quality_scale.yaml @@ -33,9 +33,7 @@ rules: status: todo comment: | The integration currently spams the logs until reconnected - parallel-updates: - status: todo - comment: Needs to be set to 0. The underlying library handles parallel updates. + parallel-updates: done reauthentication-flow: done test-coverage: status: done