mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Set PARALLEL_UPDATES for HEOS media_player (#136178)
Set PARALLEL_UPDATES
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user