Bump soco to 0.29.0 (#85473)
This commit is contained in:
parent
7eb1b8c2fe
commit
90e55cd711
4 changed files with 4 additions and 3 deletions
|
@ -124,6 +124,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||
"""Set up Sonos from a config entry."""
|
||||
soco_config.EVENTS_MODULE = events_asyncio
|
||||
soco_config.REQUEST_TIMEOUT = 9.5
|
||||
soco_config.ZGT_EVENT_FALLBACK = False
|
||||
zonegroupstate.EVENT_CACHE_TIMEOUT = SUBSCRIPTION_TIMEOUT
|
||||
|
||||
if DATA_SONOS not in hass.data:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Sonos",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/sonos",
|
||||
"requirements": ["soco==0.28.1"],
|
||||
"requirements": ["soco==0.29.0"],
|
||||
"dependencies": ["ssdp"],
|
||||
"after_dependencies": ["plex", "spotify", "zeroconf", "media_source"],
|
||||
"zeroconf": ["_sonos._tcp.local."],
|
||||
|
|
|
@ -2342,7 +2342,7 @@ smhi-pkg==1.0.16
|
|||
snapcast==2.3.0
|
||||
|
||||
# homeassistant.components.sonos
|
||||
soco==0.28.1
|
||||
soco==0.29.0
|
||||
|
||||
# homeassistant.components.solaredge_local
|
||||
solaredge-local==0.2.0
|
||||
|
|
|
@ -1636,7 +1636,7 @@ smart-meter-texas==0.4.7
|
|||
smhi-pkg==1.0.16
|
||||
|
||||
# homeassistant.components.sonos
|
||||
soco==0.28.1
|
||||
soco==0.29.0
|
||||
|
||||
# homeassistant.components.solaredge
|
||||
solaredge==0.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue