diff --git a/homeassistant/components/media_player/volumio.py b/homeassistant/components/media_player/volumio.py index de0f726c2ce..686bfe17a4c 100644 --- a/homeassistant/components/media_player/volumio.py +++ b/homeassistant/components/media_player/volumio.py @@ -113,7 +113,9 @@ class Volumio(MediaPlayerDevice): return False except (asyncio.TimeoutError, aiohttp.ClientError) as error: - _LOGGER.error("Failed communicating with Volumio: %s", type(error)) + _LOGGER.error( + "Failed communicating with Volumio '%s': %s", + self._name, type(error)) return False try: