mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Bump pysmartthings to v0.7.2 (#38086)
This commit is contained in:
parent
2f4c1e683a
commit
ae5c50c1b6
@ -3,7 +3,7 @@
|
|||||||
"name": "SmartThings",
|
"name": "SmartThings",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
"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"],
|
"dependencies": ["webhook"],
|
||||||
"after_dependencies": ["cloud"],
|
"after_dependencies": ["cloud"],
|
||||||
"codeowners": ["@andrewsayre"]
|
"codeowners": ["@andrewsayre"]
|
||||||
|
@ -1620,7 +1620,7 @@ pysmappee==0.1.5
|
|||||||
pysmartapp==0.3.2
|
pysmartapp==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.smartthings
|
# homeassistant.components.smartthings
|
||||||
pysmartthings==0.7.1
|
pysmartthings==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.smarty
|
# homeassistant.components.smarty
|
||||||
pysmarty==0.8
|
pysmarty==0.8
|
||||||
|
@ -746,7 +746,7 @@ pysmappee==0.1.5
|
|||||||
pysmartapp==0.3.2
|
pysmartapp==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.smartthings
|
# homeassistant.components.smartthings
|
||||||
pysmartthings==0.7.1
|
pysmartthings==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.soma
|
# homeassistant.components.soma
|
||||||
pysoma==0.0.10
|
pysoma==0.0.10
|
||||||
|
@ -249,7 +249,7 @@ def subscription_factory_fixture():
|
|||||||
def device_factory_fixture():
|
def device_factory_fixture():
|
||||||
"""Fixture for creating mock devices."""
|
"""Fixture for creating mock devices."""
|
||||||
api = Mock(Api)
|
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):
|
def _factory(label, capabilities, status: dict = None):
|
||||||
device_data = {
|
device_data = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user