mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Improve Sonos discovery (#20196)
This commit is contained in:
parent
84b1fcbc36
commit
63b19094c1
@ -4,7 +4,7 @@ from homeassistant.helpers import config_entry_flow
|
|||||||
|
|
||||||
|
|
||||||
DOMAIN = 'sonos'
|
DOMAIN = 'sonos'
|
||||||
REQUIREMENTS = ['pysonos==0.0.5']
|
REQUIREMENTS = ['pysonos==0.0.6']
|
||||||
|
|
||||||
|
|
||||||
async def async_setup(hass, config):
|
async def async_setup(hass, config):
|
||||||
|
@ -1209,7 +1209,7 @@ pysma==0.3.1
|
|||||||
pysnmp==4.4.8
|
pysnmp==4.4.8
|
||||||
|
|
||||||
# homeassistant.components.sonos
|
# homeassistant.components.sonos
|
||||||
pysonos==0.0.5
|
pysonos==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.spc
|
# homeassistant.components.spc
|
||||||
pyspcwebgw==0.4.0
|
pyspcwebgw==0.4.0
|
||||||
|
@ -202,7 +202,7 @@ pyotp==2.2.6
|
|||||||
pyqwikswitch==0.8
|
pyqwikswitch==0.8
|
||||||
|
|
||||||
# homeassistant.components.sonos
|
# homeassistant.components.sonos
|
||||||
pysonos==0.0.5
|
pysonos==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.spc
|
# homeassistant.components.spc
|
||||||
pyspcwebgw==0.4.0
|
pyspcwebgw==0.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user