From ae5c50c1b655649f134063d19d65f21b2f3115cb Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Wed, 22 Jul 2020 18:01:57 -0500 Subject: [PATCH] Bump pysmartthings to v0.7.2 (#38086) --- homeassistant/components/smartthings/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- tests/components/smartthings/conftest.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/smartthings/manifest.json b/homeassistant/components/smartthings/manifest.json index 3f9ee75b173..bf137ae398d 100644 --- a/homeassistant/components/smartthings/manifest.json +++ b/homeassistant/components/smartthings/manifest.json @@ -3,7 +3,7 @@ "name": "SmartThings", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/smartthings", - "requirements": ["pysmartapp==0.3.2", "pysmartthings==0.7.1"], + "requirements": ["pysmartapp==0.3.2", "pysmartthings==0.7.2"], "dependencies": ["webhook"], "after_dependencies": ["cloud"], "codeowners": ["@andrewsayre"] diff --git a/requirements_all.txt b/requirements_all.txt index 78b467afb06..aff16a8af3d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1620,7 +1620,7 @@ pysmappee==0.1.5 pysmartapp==0.3.2 # homeassistant.components.smartthings -pysmartthings==0.7.1 +pysmartthings==0.7.2 # homeassistant.components.smarty pysmarty==0.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c07f4b662b2..d8ce149b4f0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -746,7 +746,7 @@ pysmappee==0.1.5 pysmartapp==0.3.2 # homeassistant.components.smartthings -pysmartthings==0.7.1 +pysmartthings==0.7.2 # homeassistant.components.soma pysoma==0.0.10 diff --git a/tests/components/smartthings/conftest.py b/tests/components/smartthings/conftest.py index a7ca9a4744c..643c084720a 100644 --- a/tests/components/smartthings/conftest.py +++ b/tests/components/smartthings/conftest.py @@ -249,7 +249,7 @@ def subscription_factory_fixture(): def device_factory_fixture(): """Fixture for creating mock devices.""" api = Mock(Api) - api.post_device_command.return_value = {} + api.post_device_command.return_value = {"results": [{"status": "ACCEPTED"}]} def _factory(label, capabilities, status: dict = None): device_data = {