mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
warning -> debug, this should not have been visible to users (#20061)
This commit is contained in:
parent
3b83a64f7c
commit
2a2318b7f6
@ -154,8 +154,8 @@ class SongpalDevice(MediaPlayerDevice):
|
|||||||
_LOGGER.debug("New active source: %s", self._active_source)
|
_LOGGER.debug("New active source: %s", self._active_source)
|
||||||
await self.async_update_ha_state()
|
await self.async_update_ha_state()
|
||||||
else:
|
else:
|
||||||
_LOGGER.warning("Got non-handled content change: %s",
|
_LOGGER.debug("Got non-handled content change: %s",
|
||||||
content)
|
content)
|
||||||
|
|
||||||
async def _power_changed(power: PowerChange):
|
async def _power_changed(power: PowerChange):
|
||||||
_LOGGER.debug("Power changed: %s", power)
|
_LOGGER.debug("Power changed: %s", power)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user