warning -> debug, this should not have been visible to users (#20061)

pull/20064/head
Teemu R 2019-01-13 21:31:08 +01:00 committed by Fabian Affolter
parent 3b83a64f7c
commit 2a2318b7f6
1 changed files with 2 additions and 2 deletions

View File

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