Volumio Media Player keeps flooding my logs when turned off

Hi all,
I’ve added a Volumio Media Player to my HA Setup. When Volumio is turned off, the HA logs are flooded with following message:

Failed communicating with Volumio: <class 'aiohttp.client_exceptions.ClientConnectorError
components/media_player/volumio.py (ERROR)

I have tried to configure logger component to ignore these messages :

logger:
  logs:
    homeassistant.components.media_player: fatal
    homeassistant.components.media_player.volumio: fatal
    media_player.volumio: fatal

None of the entries do the trick, what am I missing?
Thanks for any advice!

Any luck with this? I am in the same boat.

I still haven’t figured it out

Hi, I am a happy Volumio user on Home assistant too. You have no idea how I can recall a specific playlist in the home assistant?

Just comment this out in
/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/volumio.py
Line 116 - Line 118

            #_LOGGER.error(
            #    "Failed communicating with Volumio '%s': %s",
            #    self._name, type(error))
            return False

and restart homeassistant