From 0f6e0aa355af3e25a0426e768825bef8a3e6fcfd Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Sun, 3 Mar 2019 18:49:29 +0100 Subject: [PATCH] Upgrade pysonos to 0.0.8 (#21624) --- homeassistant/components/sonos/__init__.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sonos/__init__.py b/homeassistant/components/sonos/__init__.py index bcac4ce272cce5..e9f297e4f079f7 100644 --- a/homeassistant/components/sonos/__init__.py +++ b/homeassistant/components/sonos/__init__.py @@ -4,7 +4,7 @@ DOMAIN = 'sonos' -REQUIREMENTS = ['pysonos==0.0.7'] +REQUIREMENTS = ['pysonos==0.0.8'] async def async_setup(hass, config): diff --git a/requirements_all.txt b/requirements_all.txt index a2cd5936eae9a8..7a077bb044557a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1267,7 +1267,7 @@ pysmartthings==0.6.3 pysnmp==4.4.8 # homeassistant.components.sonos -pysonos==0.0.7 +pysonos==0.0.8 # homeassistant.components.spc pyspcwebgw==0.4.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7e572e477fd734..5b6a8d11cd8d75 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -230,7 +230,7 @@ pysmartapp==0.3.0 pysmartthings==0.6.3 # homeassistant.components.sonos -pysonos==0.0.7 +pysonos==0.0.8 # homeassistant.components.spc pyspcwebgw==0.4.0