mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix source_change not triggering an update (#118312)
This commit is contained in:
parent
5f5288d8b9
commit
8d7dff0228
@ -341,6 +341,8 @@ class BangOlufsenMediaPlayer(BangOlufsenEntity, MediaPlayerEntity):
|
|||||||
):
|
):
|
||||||
self._playback_progress = PlaybackProgress(progress=0)
|
self._playback_progress = PlaybackProgress(progress=0)
|
||||||
|
|
||||||
|
self.async_write_ha_state()
|
||||||
|
|
||||||
async def _update_volume(self, data: VolumeState) -> None:
|
async def _update_volume(self, data: VolumeState) -> None:
|
||||||
"""Update _volume."""
|
"""Update _volume."""
|
||||||
self._volume = data
|
self._volume = data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user