mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Silence harmless sonos data structure warnings (#12767)
This commit is contained in:
parent
eeb9992fde
commit
3a2c3fe589
@ -32,6 +32,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
# Quiet down soco logging to just actual problems.
|
# Quiet down soco logging to just actual problems.
|
||||||
logging.getLogger('soco').setLevel(logging.WARNING)
|
logging.getLogger('soco').setLevel(logging.WARNING)
|
||||||
|
logging.getLogger('soco.data_structures_entry').setLevel(logging.ERROR)
|
||||||
_SOCO_SERVICES_LOGGER = logging.getLogger('soco.services')
|
_SOCO_SERVICES_LOGGER = logging.getLogger('soco.services')
|
||||||
|
|
||||||
SUPPORT_SONOS = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE |\
|
SUPPORT_SONOS = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE |\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user