Hide unsupported Sonos favorites (#22940)

This commit is contained in:
Anders Melchiorsen 2019-04-09 23:09:18 +02:00 committed by GitHub
parent c82d2cb11c
commit 6244a397b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ from homeassistant.helpers import config_entry_flow
DOMAIN = 'sonos'
REQUIREMENTS = ['pysonos==0.0.9']
REQUIREMENTS = ['pysonos==0.0.10']
async def async_setup(hass, config):

View File

@ -3,7 +3,7 @@
"name": "Sonos",
"documentation": "https://www.home-assistant.io/components/sonos",
"requirements": [
"pysonos==0.0.9"
"pysonos==0.0.10"
],
"dependencies": [],
"codeowners": [

View File

@ -1273,7 +1273,7 @@ pysmartthings==0.6.7
pysnmp==4.4.8
# homeassistant.components.sonos
pysonos==0.0.9
pysonos==0.0.10
# homeassistant.components.spc
pyspcwebgw==0.4.0

View File

@ -239,7 +239,7 @@ pysmartapp==0.3.2
pysmartthings==0.6.7
# homeassistant.components.sonos
pysonos==0.0.9
pysonos==0.0.10
# homeassistant.components.spc
pyspcwebgw==0.4.0