mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump soco to 0.29.0 (#85473)
This commit is contained in:
parent
7eb1b8c2fe
commit
90e55cd711
@ -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:
|
||||||
|
@ -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."],
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user