mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump homematicip to 1.1.1 (#117175)
This commit is contained in:
parent
9655db3d55
commit
8e71fca511
@ -7,5 +7,5 @@
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["homematicip"],
|
||||
"quality_scale": "silver",
|
||||
"requirements": ["homematicip==1.1.0"]
|
||||
"requirements": ["homematicip==1.1.1"]
|
||||
}
|
||||
|
@ -1087,7 +1087,7 @@ home-assistant-intents==2024.4.24
|
||||
homeconnect==0.7.2
|
||||
|
||||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==1.1.0
|
||||
homematicip==1.1.1
|
||||
|
||||
# homeassistant.components.horizon
|
||||
horimote==0.4.1
|
||||
|
@ -889,7 +889,7 @@ home-assistant-intents==2024.4.24
|
||||
homeconnect==0.7.2
|
||||
|
||||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==1.1.0
|
||||
homematicip==1.1.1
|
||||
|
||||
# homeassistant.components.remember_the_milk
|
||||
httplib2==0.20.4
|
||||
|
@ -38,7 +38,7 @@ def mock_connection_fixture() -> AsyncConnection:
|
||||
def _rest_call_side_effect(path, body=None):
|
||||
return path, body
|
||||
|
||||
connection._restCall.side_effect = _rest_call_side_effect
|
||||
connection._rest_call.side_effect = _rest_call_side_effect
|
||||
connection.api_call = AsyncMock(return_value=True)
|
||||
connection.init = AsyncMock(side_effect=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user