Pass an argument to kef.update_dsp for async_track_time_interval (#34310)

This commit is contained in:
Bas Nijholt 2020-04-16 23:54:39 +02:00 committed by GitHub
parent ca67fd9faa
commit 8bd0fca751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.