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:
SukramJ 2020-08-31 18:18:12 +02:00 committed by GitHub
parent 7e87181826
commit 5de1d04b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 927 additions and 5 deletions

View File

@ -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"
}

View File

@ -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

View File

@ -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

View File

@ -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):

File diff suppressed because it is too large Load Diff