diff --git a/homeassistant/components/media_player/songpal.py b/homeassistant/components/media_player/songpal.py index c79470a82fe..165ef668a95 100644 --- a/homeassistant/components/media_player/songpal.py +++ b/homeassistant/components/media_player/songpal.py @@ -154,8 +154,8 @@ class SongpalDevice(MediaPlayerDevice): _LOGGER.debug("New active source: %s", self._active_source) await self.async_update_ha_state() else: - _LOGGER.warning("Got non-handled content change: %s", - content) + _LOGGER.debug("Got non-handled content change: %s", + content) async def _power_changed(power: PowerChange): _LOGGER.debug("Power changed: %s", power)