mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update requirement of homematicip_cloud component to v1.0.1 (#51407)
Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Sascha Schiegg <s.schiegg@s-schiegg.com>
This commit is contained in:
parent
5ccbac5ff6
commit
034251f006
@ -3,7 +3,7 @@
|
|||||||
"name": "HomematicIP Cloud",
|
"name": "HomematicIP Cloud",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/homematicip_cloud",
|
"documentation": "https://www.home-assistant.io/integrations/homematicip_cloud",
|
||||||
"requirements": ["homematicip==0.13.1"],
|
"requirements": ["homematicip==1.0.1"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
|
@ -784,7 +784,7 @@ homeassistant-pyozw==0.1.10
|
|||||||
homeconnect==0.6.3
|
homeconnect==0.6.3
|
||||||
|
|
||||||
# homeassistant.components.homematicip_cloud
|
# homeassistant.components.homematicip_cloud
|
||||||
homematicip==0.13.1
|
homematicip==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.home_plus_control
|
# homeassistant.components.home_plus_control
|
||||||
homepluscontrol==0.0.5
|
homepluscontrol==0.0.5
|
||||||
|
@ -454,7 +454,7 @@ homeassistant-pyozw==0.1.10
|
|||||||
homeconnect==0.6.3
|
homeconnect==0.6.3
|
||||||
|
|
||||||
# homeassistant.components.homematicip_cloud
|
# homeassistant.components.homematicip_cloud
|
||||||
homematicip==0.13.1
|
homematicip==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.home_plus_control
|
# homeassistant.components.home_plus_control
|
||||||
homepluscontrol==0.0.5
|
homepluscontrol==0.0.5
|
||||||
|
9
tests/fixtures/homematicip_cloud.json
vendored
9
tests/fixtures/homematicip_cloud.json
vendored
@ -7037,7 +7037,7 @@
|
|||||||
"dutyCycle": false,
|
"dutyCycle": false,
|
||||||
"homeId": "00000000-0000-0000-0000-000000000001",
|
"homeId": "00000000-0000-0000-0000-000000000001",
|
||||||
"id": "00000000-0000-0000-0000-000000000016",
|
"id": "00000000-0000-0000-0000-000000000016",
|
||||||
"ignorableDevices": [],
|
"ignorableDeviceChannels": [],
|
||||||
"label": "INTERNAL",
|
"label": "INTERNAL",
|
||||||
"lastStatusUpdate": 1524515489257,
|
"lastStatusUpdate": 1524515489257,
|
||||||
"lowBat": false,
|
"lowBat": false,
|
||||||
@ -7373,7 +7373,7 @@
|
|||||||
"dutyCycle": false,
|
"dutyCycle": false,
|
||||||
"homeId": "00000000-0000-0000-0000-000000000001",
|
"homeId": "00000000-0000-0000-0000-000000000001",
|
||||||
"id": "00000000-0000-0000-0000-000000000005",
|
"id": "00000000-0000-0000-0000-000000000005",
|
||||||
"ignorableDevices": [],
|
"ignorableDeviceChannels": [],
|
||||||
"label": "EXTERNAL",
|
"label": "EXTERNAL",
|
||||||
"lastStatusUpdate": 1524516526498,
|
"lastStatusUpdate": 1524516526498,
|
||||||
"lowBat": false,
|
"lowBat": false,
|
||||||
@ -8363,7 +8363,10 @@
|
|||||||
"activationInProgress": false,
|
"activationInProgress": false,
|
||||||
"active": true,
|
"active": true,
|
||||||
"alarmActive": false,
|
"alarmActive": false,
|
||||||
"alarmEventDeviceId": "3014F7110000000000000007",
|
"alarmEventDeviceChannel": {
|
||||||
|
"channelIndex": 1,
|
||||||
|
"deviceId": "3014F7110000000000000007"
|
||||||
|
},
|
||||||
"alarmEventTimestamp": 1524504122047,
|
"alarmEventTimestamp": 1524504122047,
|
||||||
"alarmSecurityJournalEntryType": "SENSOR_EVENT",
|
"alarmSecurityJournalEntryType": "SENSOR_EVENT",
|
||||||
"functionalGroups": [
|
"functionalGroups": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user