mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
Bump dependency to 0.11.0 for HomematicIP Cloud (#39508)
* Bump dependency to 0.11.0 for HomematicIP Cloud * Update test data
This commit is contained in:
parent
7e87181826
commit
5de1d04b6e
@ -3,7 +3,7 @@
|
||||
"name": "HomematicIP Cloud",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/homematicip_cloud",
|
||||
"requirements": ["homematicip==0.10.19"],
|
||||
"requirements": ["homematicip==0.11.0"],
|
||||
"codeowners": ["@SukramJ"],
|
||||
"quality_scale": "platinum"
|
||||
}
|
||||
|
@ -752,7 +752,7 @@ homeassistant-pyozw==0.1.10
|
||||
homeconnect==0.5
|
||||
|
||||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==0.10.19
|
||||
homematicip==0.11.0
|
||||
|
||||
# homeassistant.components.horizon
|
||||
horimote==0.4.1
|
||||
|
@ -379,7 +379,7 @@ homeassistant-pyozw==0.1.10
|
||||
homeconnect==0.5
|
||||
|
||||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==0.10.19
|
||||
homematicip==0.11.0
|
||||
|
||||
# homeassistant.components.google
|
||||
# homeassistant.components.remember_the_milk
|
||||
|
@ -22,7 +22,7 @@ async def test_hmip_load_all_supported_devices(hass, default_mock_hap_factory):
|
||||
test_devices=None, test_groups=None
|
||||
)
|
||||
|
||||
assert len(mock_hap.hmip_device_by_entity_id) == 187
|
||||
assert len(mock_hap.hmip_device_by_entity_id) == 190
|
||||
|
||||
|
||||
async def test_hmip_remove_device(hass, default_mock_hap_factory):
|
||||
|
924
tests/fixtures/homematicip_cloud.json
vendored
924
tests/fixtures/homematicip_cloud.json
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user