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 GitHub
parent f50869d62e
commit 96641cab02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -1698,7 +1698,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

@ -848,7 +848,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