Upgrade pysonos to 0.0.8 (#21624)
parent
b985223603
commit
0f6e0aa355
|
@ -4,7 +4,7 @@ from homeassistant.helpers import config_entry_flow
|
|||
|
||||
|
||||
DOMAIN = 'sonos'
|
||||
REQUIREMENTS = ['pysonos==0.0.7']
|
||||
REQUIREMENTS = ['pysonos==0.0.8']
|
||||
|
||||
|
||||
async def async_setup(hass, config):
|
||||
|
|
|
@ -1267,7 +1267,7 @@ pysmartthings==0.6.3
|
|||
pysnmp==4.4.8
|
||||
|
||||
# homeassistant.components.sonos
|
||||
pysonos==0.0.7
|
||||
pysonos==0.0.8
|
||||
|
||||
# homeassistant.components.spc
|
||||
pyspcwebgw==0.4.0
|
||||
|
|
|
@ -230,7 +230,7 @@ pysmartapp==0.3.0
|
|||
pysmartthings==0.6.3
|
||||
|
||||
# homeassistant.components.sonos
|
||||
pysonos==0.0.7
|
||||
pysonos==0.0.8
|
||||
|
||||
# homeassistant.components.spc
|
||||
pyspcwebgw==0.4.0
|
||||
|
|
Loading…
Reference in New Issue