diff --git a/homeassistant/components/sonos/manifest.json b/homeassistant/components/sonos/manifest.json index 4a05053940c..087c636f1ed 100644 --- a/homeassistant/components/sonos/manifest.json +++ b/homeassistant/components/sonos/manifest.json @@ -8,7 +8,7 @@ "documentation": "https://www.home-assistant.io/integrations/sonos", "iot_class": "local_push", "loggers": ["soco"], - "requirements": ["soco==0.29.1", "sonos-websocket==0.1.0"], + "requirements": ["soco==0.29.1", "sonos-websocket==0.1.1"], "ssdp": [ { "st": "urn:schemas-upnp-org:device:ZonePlayer:1" diff --git a/requirements_all.txt b/requirements_all.txt index beb6fb884a0..f26d0fb4c39 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2384,7 +2384,7 @@ solax==0.3.0 somfy-mylink-synergy==1.0.6 # homeassistant.components.sonos -sonos-websocket==0.1.0 +sonos-websocket==0.1.1 # homeassistant.components.marytts speak2mary==1.4.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d1fdd2e72e7..6fc2f7b8342 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1720,7 +1720,7 @@ solax==0.3.0 somfy-mylink-synergy==1.0.6 # homeassistant.components.sonos -sonos-websocket==0.1.0 +sonos-websocket==0.1.1 # homeassistant.components.marytts speak2mary==1.4.0