From 90e55cd711d510b20654e5f84c2d95d71a34a1a4 Mon Sep 17 00:00:00 2001
From: jjlawren <jjlawren@users.noreply.github.com>
Date: Sun, 8 Jan 2023 16:52:22 -0600
Subject: [PATCH] Bump soco to 0.29.0 (#85473)

---
 homeassistant/components/sonos/__init__.py   | 1 +
 homeassistant/components/sonos/manifest.json | 2 +-
 requirements_all.txt                         | 2 +-
 requirements_test_all.txt                    | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/sonos/__init__.py b/homeassistant/components/sonos/__init__.py
index 45b78cd0dd6..1c9ffc02647 100644
--- a/homeassistant/components/sonos/__init__.py
+++ b/homeassistant/components/sonos/__init__.py
@@ -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:
diff --git a/homeassistant/components/sonos/manifest.json b/homeassistant/components/sonos/manifest.json
index 57438d1864a..73ad2a46c5f 100644
--- a/homeassistant/components/sonos/manifest.json
+++ b/homeassistant/components/sonos/manifest.json
@@ -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."],
diff --git a/requirements_all.txt b/requirements_all.txt
index eec72027109..eb4c5ee1956 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -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
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 6a1c463d2a7..4159aa54f04 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -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
-- 
GitLab