Fix playing of Spotify URIs on Sonos (#43154)

This commit is contained in:
Anders Melchiorsen
2020-11-13 09:40:00 +01:00
committed by Paulus Schoutsen
parent b90cf94df3
commit 91f265dd93
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"name": "Sonos",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sonos",
"requirements": ["pysonos==0.0.35"],
"requirements": ["pysonos==0.0.36"],
"ssdp": [
{
"st": "urn:schemas-upnp-org:device:ZonePlayer:1"

View File

@@ -1695,7 +1695,7 @@ pysnmp==4.4.12
pysoma==0.0.10
# homeassistant.components.sonos
pysonos==0.0.35
pysonos==0.0.36
# homeassistant.components.spc
pyspcwebgw==0.4.0

View File

@@ -842,7 +842,7 @@ pysmartthings==0.7.4
pysoma==0.0.10
# homeassistant.components.sonos
pysonos==0.0.35
pysonos==0.0.36
# homeassistant.components.spc
pyspcwebgw==0.4.0