Hide unsupported Sonos favorites (#22940)
This commit is contained in:
parent
c82d2cb11c
commit
6244a397b1
4 changed files with 4 additions and 4 deletions
|
@ -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):
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue