Update pysonos to 0.0.19 (#24930)

pull/24912/head
Anders Melchiorsen 2019-07-04 01:26:16 +02:00 committed by Andrew Sayre
parent e9816f7e30
commit a1aaeab33a
4 changed files with 3 additions and 7 deletions

View File

@ -4,7 +4,7 @@
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/components/sonos", "documentation": "https://www.home-assistant.io/components/sonos",
"requirements": [ "requirements": [
"pysonos==0.0.18" "pysonos==0.0.19"
], ],
"dependencies": [], "dependencies": [],
"ssdp": { "ssdp": {

View File

@ -37,10 +37,6 @@ _LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = 10 SCAN_INTERVAL = 10
DISCOVERY_INTERVAL = 60 DISCOVERY_INTERVAL = 60
# Quiet down pysonos logging to just actual problems.
logging.getLogger('pysonos').setLevel(logging.WARNING)
logging.getLogger('pysonos.data_structures_entry').setLevel(logging.ERROR)
SUPPORT_SONOS = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE |\ SUPPORT_SONOS = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE |\
SUPPORT_PLAY | SUPPORT_PAUSE | SUPPORT_STOP | SUPPORT_SELECT_SOURCE |\ SUPPORT_PLAY | SUPPORT_PAUSE | SUPPORT_STOP | SUPPORT_SELECT_SOURCE |\
SUPPORT_PREVIOUS_TRACK | SUPPORT_NEXT_TRACK | SUPPORT_SEEK |\ SUPPORT_PREVIOUS_TRACK | SUPPORT_NEXT_TRACK | SUPPORT_SEEK |\

View File

@ -1367,7 +1367,7 @@ pysmarty==0.8
pysnmp==4.4.9 pysnmp==4.4.9
# homeassistant.components.sonos # homeassistant.components.sonos
pysonos==0.0.18 pysonos==0.0.19
# homeassistant.components.spc # homeassistant.components.spc
pyspcwebgw==0.4.0 pyspcwebgw==0.4.0

View File

@ -293,7 +293,7 @@ pysmartapp==0.3.2
pysmartthings==0.6.9 pysmartthings==0.6.9
# homeassistant.components.sonos # homeassistant.components.sonos
pysonos==0.0.18 pysonos==0.0.19
# homeassistant.components.spc # homeassistant.components.spc
pyspcwebgw==0.4.0 pyspcwebgw==0.4.0