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 . import GroupManager, HeosConfigEntry, SourceManager
|
||||||
from .const import DOMAIN as HEOS_DOMAIN, SIGNAL_HEOS_PLAYER_ADDED, SIGNAL_HEOS_UPDATED
|
from .const import DOMAIN as HEOS_DOMAIN, SIGNAL_HEOS_PLAYER_ADDED, SIGNAL_HEOS_UPDATED
|
||||||
|
|
||||||
|
PARALLEL_UPDATES = 0
|
||||||
|
|
||||||
BASE_SUPPORTED_FEATURES = (
|
BASE_SUPPORTED_FEATURES = (
|
||||||
MediaPlayerEntityFeature.VOLUME_MUTE
|
MediaPlayerEntityFeature.VOLUME_MUTE
|
||||||
| MediaPlayerEntityFeature.VOLUME_SET
|
| MediaPlayerEntityFeature.VOLUME_SET
|
||||||
|
@@ -33,9 +33,7 @@ rules:
|
|||||||
status: todo
|
status: todo
|
||||||
comment: |
|
comment: |
|
||||||
The integration currently spams the logs until reconnected
|
The integration currently spams the logs until reconnected
|
||||||
parallel-updates:
|
parallel-updates: done
|
||||||
status: todo
|
|
||||||
comment: Needs to be set to 0. The underlying library handles parallel updates.
|
|
||||||
reauthentication-flow: done
|
reauthentication-flow: done
|
||||||
test-coverage:
|
test-coverage:
|
||||||
status: done
|
status: done
|
||||||
|
Reference in New Issue
Block a user