mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Set PARALLEL_UPDATES for HEOS media_player (#136178)
Set PARALLEL_UPDATES
This commit is contained in:
parent
9bf2996ea0
commit
dd31c2c832
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user