Logs getting spammed by LG Soundbar

So I got an LG WK7 speaker that is recognized as LG soundbard, whatever, it works fine. Anyway, it’s really filling up my logs today. Like a few every second with the same error…

2020-05-15 22:42:31 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 284, in async_update_ha_state
    self._async_write_ha_state()
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 323, in _async_write_ha_state
    attr.update(self.state_attributes or {})
  File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 804, in state_attributes
    value = getattr(self, attr)
  File "/usr/src/homeassistant/homeassistant/components/lg_soundbar/media_player.py", line 145, in sound_mode
    return temescal.equalisers[self._equaliser]
IndexError: list index out of range

It’s driving me insane. How can I solve this?

Tried to add this to my logger->logs entry in config:

homeassistant.components.lg_soundbar: critical
homeassistant.components.lg_soundbar.media_player: critical

But still getting loooads of errors.

You could open an issue to fix the problem rather than trying to ignore it.

Obviously, but that won’t be done in a matter of hours or days, so I don’t want a 1GB log file every week.

So no one knows how to exclude this from my logs?

Still no one? Really annoying that I can’t disable this component…

I have the same issue. Did you open an issue for this?