Skip to content
Snippets Groups Projects
Commit d843bf9c authored by Anders Melchiorsen's avatar Anders Melchiorsen Committed by Paulus Schoutsen
Browse files

Improve Sonos discovery (#20196)

parent 84d6453a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ from homeassistant.helpers import config_entry_flow
DOMAIN = 'sonos'
REQUIREMENTS = ['pysonos==0.0.5']
REQUIREMENTS = ['pysonos==0.0.6']
async def async_setup(hass, config):
......
......@@ -1208,7 +1208,7 @@ pysma==0.3.1
pysnmp==4.4.8
# homeassistant.components.sonos
pysonos==0.0.5
pysonos==0.0.6
# homeassistant.components.spc
pyspcwebgw==0.4.0
......
......@@ -202,7 +202,7 @@ pyotp==2.2.6
pyqwikswitch==0.8
# homeassistant.components.sonos
pysonos==0.0.5
pysonos==0.0.6
# homeassistant.components.spc
pyspcwebgw==0.4.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment