mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Hide unsupported Sonos favorites (#22940)
This commit is contained in:
parent
c82d2cb11c
commit
6244a397b1
@ -4,7 +4,7 @@ from homeassistant.helpers import config_entry_flow
|
|||||||
|
|
||||||
|
|
||||||
DOMAIN = 'sonos'
|
DOMAIN = 'sonos'
|
||||||
REQUIREMENTS = ['pysonos==0.0.9']
|
REQUIREMENTS = ['pysonos==0.0.10']
|
||||||
|
|
||||||
|
|
||||||
async def async_setup(hass, config):
|
async def async_setup(hass, config):
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Sonos",
|
"name": "Sonos",
|
||||||
"documentation": "https://www.home-assistant.io/components/sonos",
|
"documentation": "https://www.home-assistant.io/components/sonos",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pysonos==0.0.9"
|
"pysonos==0.0.10"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -1273,7 +1273,7 @@ pysmartthings==0.6.7
|
|||||||
pysnmp==4.4.8
|
pysnmp==4.4.8
|
||||||
|
|
||||||
# homeassistant.components.sonos
|
# homeassistant.components.sonos
|
||||||
pysonos==0.0.9
|
pysonos==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.spc
|
# homeassistant.components.spc
|
||||||
pyspcwebgw==0.4.0
|
pyspcwebgw==0.4.0
|
||||||
|
@ -239,7 +239,7 @@ pysmartapp==0.3.2
|
|||||||
pysmartthings==0.6.7
|
pysmartthings==0.6.7
|
||||||
|
|
||||||
# homeassistant.components.sonos
|
# homeassistant.components.sonos
|
||||||
pysonos==0.0.9
|
pysonos==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.spc
|
# homeassistant.components.spc
|
||||||
pyspcwebgw==0.4.0
|
pyspcwebgw==0.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user