Bump soco to 0.29.0 (#85473)

This commit is contained in:
jjlawren 2023-01-08 16:52:22 -06:00 committed by GitHub
parent 7eb1b8c2fe
commit 90e55cd711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -124,6 +124,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
"""Set up Sonos from a config entry.""" """Set up Sonos from a config entry."""
soco_config.EVENTS_MODULE = events_asyncio soco_config.EVENTS_MODULE = events_asyncio
soco_config.REQUEST_TIMEOUT = 9.5 soco_config.REQUEST_TIMEOUT = 9.5
soco_config.ZGT_EVENT_FALLBACK = False
zonegroupstate.EVENT_CACHE_TIMEOUT = SUBSCRIPTION_TIMEOUT zonegroupstate.EVENT_CACHE_TIMEOUT = SUBSCRIPTION_TIMEOUT
if DATA_SONOS not in hass.data: if DATA_SONOS not in hass.data:

View File

@ -3,7 +3,7 @@
"name": "Sonos", "name": "Sonos",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sonos", "documentation": "https://www.home-assistant.io/integrations/sonos",
"requirements": ["soco==0.28.1"], "requirements": ["soco==0.29.0"],
"dependencies": ["ssdp"], "dependencies": ["ssdp"],
"after_dependencies": ["plex", "spotify", "zeroconf", "media_source"], "after_dependencies": ["plex", "spotify", "zeroconf", "media_source"],
"zeroconf": ["_sonos._tcp.local."], "zeroconf": ["_sonos._tcp.local."],

View File

@ -2342,7 +2342,7 @@ smhi-pkg==1.0.16
snapcast==2.3.0 snapcast==2.3.0
# homeassistant.components.sonos # homeassistant.components.sonos
soco==0.28.1 soco==0.29.0
# homeassistant.components.solaredge_local # homeassistant.components.solaredge_local
solaredge-local==0.2.0 solaredge-local==0.2.0

View File

@ -1636,7 +1636,7 @@ smart-meter-texas==0.4.7
smhi-pkg==1.0.16 smhi-pkg==1.0.16
# homeassistant.components.sonos # homeassistant.components.sonos
soco==0.28.1 soco==0.29.0
# homeassistant.components.solaredge # homeassistant.components.solaredge
solaredge==0.0.2 solaredge==0.0.2