mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Upgrade pysonos to 0.0.8 (#21624)
This commit is contained in:
parent
d5bdfdb0b3
commit
932080656d
@ -4,7 +4,7 @@ from homeassistant.helpers import config_entry_flow
|
|||||||
|
|
||||||
|
|
||||||
DOMAIN = 'sonos'
|
DOMAIN = 'sonos'
|
||||||
REQUIREMENTS = ['pysonos==0.0.7']
|
REQUIREMENTS = ['pysonos==0.0.8']
|
||||||
|
|
||||||
|
|
||||||
async def async_setup(hass, config):
|
async def async_setup(hass, config):
|
||||||
|
@ -1267,7 +1267,7 @@ pysmartthings==0.6.3
|
|||||||
pysnmp==4.4.8
|
pysnmp==4.4.8
|
||||||
|
|
||||||
# homeassistant.components.sonos
|
# homeassistant.components.sonos
|
||||||
pysonos==0.0.7
|
pysonos==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.spc
|
# homeassistant.components.spc
|
||||||
pyspcwebgw==0.4.0
|
pyspcwebgw==0.4.0
|
||||||
|
@ -230,7 +230,7 @@ pysmartapp==0.3.0
|
|||||||
pysmartthings==0.6.3
|
pysmartthings==0.6.3
|
||||||
|
|
||||||
# homeassistant.components.sonos
|
# homeassistant.components.sonos
|
||||||
pysonos==0.0.7
|
pysonos==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.spc
|
# homeassistant.components.spc
|
||||||
pyspcwebgw==0.4.0
|
pyspcwebgw==0.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user