Pass an argument to kef.update_dsp for async_track_time_interval (#34310)
This commit is contained in:
parent
ca67fd9faa
commit
8bd0fca751
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ class KefMediaPlayer(MediaPlayerDevice):
|
||||||
"""Send next track command."""
|
"""Send next track command."""
|
||||||
await self._speaker.next_track()
|
await self._speaker.next_track()
|
||||||
|
|
||||||
async def update_dsp(self) -> None:
|
async def update_dsp(self, _=None) -> None:
|
||||||
"""Update the DSP settings."""
|
"""Update the DSP settings."""
|
||||||
if self._speaker_type == "LS50" and self._state == STATE_OFF:
|
if self._speaker_type == "LS50" and self._state == STATE_OFF:
|
||||||
# The LSX is able to respond when off the LS50 has to be on.
|
# The LSX is able to respond when off the LS50 has to be on.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue