Set PARALLEL_UPDATES for HEOS media_player (#136178)

Set PARALLEL_UPDATES
This commit is contained in:
Andrew Sayre 2025-01-21 09:18:34 -06:00 committed by GitHub
parent 9bf2996ea0
commit dd31c2c832
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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