mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Pass an argument to kef.update_dsp for async_track_time_interval (#34310)
This commit is contained in:
parent
ca67fd9faa
commit
8bd0fca751
@ -357,7 +357,7 @@ class KefMediaPlayer(MediaPlayerDevice):
|
||||
"""Send next track command."""
|
||||
await self._speaker.next_track()
|
||||
|
||||
async def update_dsp(self) -> None:
|
||||
async def update_dsp(self, _=None) -> None:
|
||||
"""Update the DSP settings."""
|
||||
if self._speaker_type == "LS50" and self._state == STATE_OFF:
|
||||
# The LSX is able to respond when off the LS50 has to be on.
|
||||
|
Loading…
x
Reference in New Issue
Block a user