mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Bump dependency for HomematicIp cloud (#30237)
* Bump dependency for HomematicIp cloud * Update test_data
This commit is contained in:
parent
e4cda9ae0b
commit
134dc45b77
@ -4,7 +4,7 @@
|
|||||||
"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": [
|
"requirements": [
|
||||||
"homematicip==0.10.13"
|
"homematicip==0.10.14"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -675,7 +675,7 @@ homeassistant-pyozw==0.1.7
|
|||||||
homekit[IP]==0.15.0
|
homekit[IP]==0.15.0
|
||||||
|
|
||||||
# homeassistant.components.homematicip_cloud
|
# homeassistant.components.homematicip_cloud
|
||||||
homematicip==0.10.13
|
homematicip==0.10.14
|
||||||
|
|
||||||
# homeassistant.components.horizon
|
# homeassistant.components.horizon
|
||||||
horimote==0.4.1
|
horimote==0.4.1
|
||||||
|
@ -240,7 +240,7 @@ homeassistant-pyozw==0.1.7
|
|||||||
homekit[IP]==0.15.0
|
homekit[IP]==0.15.0
|
||||||
|
|
||||||
# homeassistant.components.homematicip_cloud
|
# homeassistant.components.homematicip_cloud
|
||||||
homematicip==0.10.13
|
homematicip==0.10.14
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
|
201
tests/fixtures/homematicip_cloud.json
vendored
201
tests/fixtures/homematicip_cloud.json
vendored
@ -14,6 +14,68 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devices": {
|
"devices": {
|
||||||
|
"3014F7110000ABCDABCD0033": {
|
||||||
|
"availableFirmwareVersion": "1.0.6",
|
||||||
|
"firmwareVersion": "1.0.6",
|
||||||
|
"firmwareVersionInteger": 65542,
|
||||||
|
"functionalChannels": {
|
||||||
|
"0": {
|
||||||
|
"badBatteryHealth": true,
|
||||||
|
"coProFaulty": false,
|
||||||
|
"coProRestartNeeded": false,
|
||||||
|
"coProUpdateFailure": false,
|
||||||
|
"configPending": false,
|
||||||
|
"deviceId": "3014F7110000ABCDABCD0033",
|
||||||
|
"deviceOverheated": false,
|
||||||
|
"deviceOverloaded": false,
|
||||||
|
"deviceUndervoltage": false,
|
||||||
|
"dutyCycle": false,
|
||||||
|
"functionalChannelType": "DEVICE_RECHARGEABLE_WITH_SABOTAGE",
|
||||||
|
"groupIndex": 0,
|
||||||
|
"groups": [],
|
||||||
|
"index": 0,
|
||||||
|
"label": "",
|
||||||
|
"lowBat": false,
|
||||||
|
"routerModuleEnabled": false,
|
||||||
|
"routerModuleSupported": false,
|
||||||
|
"rssiDeviceValue": -51,
|
||||||
|
"rssiPeerValue": null,
|
||||||
|
"sabotage": false,
|
||||||
|
"supportedOptionalFeatures": {
|
||||||
|
"IFeatureDeviceCoProError": false,
|
||||||
|
"IFeatureDeviceCoProRestart": false,
|
||||||
|
"IFeatureDeviceCoProUpdate": false,
|
||||||
|
"IFeatureDeviceOverheated": false,
|
||||||
|
"IFeatureDeviceOverloaded": false,
|
||||||
|
"IFeatureDeviceTemperatureOutOfRange": false,
|
||||||
|
"IFeatureDeviceUndervoltage": false
|
||||||
|
},
|
||||||
|
"temperatureOutOfRange": false,
|
||||||
|
"unreach": false
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"deviceId": "3014F7110000ABCDABCD0033",
|
||||||
|
"functionalChannelType": "ALARM_SIREN_CHANNEL",
|
||||||
|
"groupIndex": 1,
|
||||||
|
"groups": [],
|
||||||
|
"index": 1,
|
||||||
|
"label": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"homeId": "00000000-0000-0000-0000-000000000001",
|
||||||
|
"id": "3014F7110000ABCDABCD0033",
|
||||||
|
"label": "Alarmsirene \u2013 au\u00dfen",
|
||||||
|
"lastStatusUpdate": 1573078567665,
|
||||||
|
"liveUpdateState": "LIVE_UPDATE_NOT_SUPPORTED",
|
||||||
|
"manufacturerCode": 1,
|
||||||
|
"modelId": 385,
|
||||||
|
"modelType": "HmIP-ASIR-O",
|
||||||
|
"oem": "eQ-3",
|
||||||
|
"permanentlyReachable": true,
|
||||||
|
"serializedGlobalTradeItemNumber": "3014F7110000ABCDABCD0033",
|
||||||
|
"type": "ALARM_SIREN_OUTDOOR",
|
||||||
|
"updateState": "UP_TO_DATE"
|
||||||
|
},
|
||||||
"3014F7110000000000000031": {
|
"3014F7110000000000000031": {
|
||||||
"availableFirmwareVersion": "1.2.1",
|
"availableFirmwareVersion": "1.2.1",
|
||||||
"firmwareVersion": "1.2.1",
|
"firmwareVersion": "1.2.1",
|
||||||
@ -685,14 +747,14 @@
|
|||||||
"firmwareVersionInteger": 65542,
|
"firmwareVersionInteger": 65542,
|
||||||
"functionalChannels": {
|
"functionalChannels": {
|
||||||
"0": {
|
"0": {
|
||||||
"coProFaulty": false,
|
"coProFaulty": true,
|
||||||
"coProRestartNeeded": false,
|
"coProRestartNeeded": true,
|
||||||
"coProUpdateFailure": false,
|
"coProUpdateFailure": true,
|
||||||
"configPending": false,
|
"configPending": false,
|
||||||
"deviceId": "3014F7110000000000000064",
|
"deviceId": "3014F7110000000000000064",
|
||||||
"deviceOverheated": true,
|
"deviceOverheated": true,
|
||||||
"deviceOverloaded": false,
|
"deviceOverloaded": true,
|
||||||
"deviceUndervoltage": false,
|
"deviceUndervoltage": true,
|
||||||
"dutyCycle": false,
|
"dutyCycle": false,
|
||||||
"functionalChannelType": "DEVICE_SABOTAGE",
|
"functionalChannelType": "DEVICE_SABOTAGE",
|
||||||
"groupIndex": 0,
|
"groupIndex": 0,
|
||||||
@ -709,15 +771,15 @@
|
|||||||
"rssiPeerValue": null,
|
"rssiPeerValue": null,
|
||||||
"sabotage": false,
|
"sabotage": false,
|
||||||
"supportedOptionalFeatures": {
|
"supportedOptionalFeatures": {
|
||||||
"IFeatureDeviceCoProError": false,
|
"IFeatureDeviceCoProError": true,
|
||||||
"IFeatureDeviceCoProRestart": false,
|
"IFeatureDeviceCoProRestart": true,
|
||||||
"IFeatureDeviceCoProUpdate": false,
|
"IFeatureDeviceCoProUpdate": true,
|
||||||
"IFeatureDeviceOverheated": true,
|
"IFeatureDeviceOverheated": true,
|
||||||
"IFeatureDeviceOverloaded": false,
|
"IFeatureDeviceOverloaded": true,
|
||||||
"IFeatureDeviceTemperatureOutOfRange": false,
|
"IFeatureDeviceTemperatureOutOfRange": true,
|
||||||
"IFeatureDeviceUndervoltage": false
|
"IFeatureDeviceUndervoltage": true
|
||||||
},
|
},
|
||||||
"temperatureOutOfRange": false,
|
"temperatureOutOfRange": true,
|
||||||
"unreach": false
|
"unreach": false
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
@ -4031,6 +4093,74 @@
|
|||||||
"serializedGlobalTradeItemNumber": "3014F711BBBBBBBBBBBBB18",
|
"serializedGlobalTradeItemNumber": "3014F711BBBBBBBBBBBBB18",
|
||||||
"type": "OPEN_COLLECTOR_8_MODULE",
|
"type": "OPEN_COLLECTOR_8_MODULE",
|
||||||
"updateState": "UP_TO_DATE"
|
"updateState": "UP_TO_DATE"
|
||||||
|
},
|
||||||
|
"3014F0000000000000FAF9B4": {
|
||||||
|
"availableFirmwareVersion": "1.0.0",
|
||||||
|
"firmwareVersion": "1.0.0",
|
||||||
|
"firmwareVersionInteger": 65536,
|
||||||
|
"functionalChannels": {
|
||||||
|
"0": {
|
||||||
|
"coProFaulty": false,
|
||||||
|
"coProRestartNeeded": false,
|
||||||
|
"coProUpdateFailure": false,
|
||||||
|
"configPending": false,
|
||||||
|
"deviceId": "3014F0000000000000FAF9B4",
|
||||||
|
"deviceOverheated": false,
|
||||||
|
"deviceOverloaded": false,
|
||||||
|
"deviceUndervoltage": false,
|
||||||
|
"dutyCycle": false,
|
||||||
|
"functionalChannelType": "DEVICE_BASE",
|
||||||
|
"groupIndex": 0,
|
||||||
|
"groups": [
|
||||||
|
"00000000-0000-0000-0000-000000000004"
|
||||||
|
],
|
||||||
|
"index": 0,
|
||||||
|
"label": "",
|
||||||
|
"lowBat": null,
|
||||||
|
"routerModuleEnabled": false,
|
||||||
|
"routerModuleSupported": false,
|
||||||
|
"rssiDeviceValue": -52,
|
||||||
|
"rssiPeerValue": -54,
|
||||||
|
"supportedOptionalFeatures": {
|
||||||
|
"IFeatureDeviceCoProError": false,
|
||||||
|
"IFeatureDeviceCoProRestart": false,
|
||||||
|
"IFeatureDeviceCoProUpdate": false,
|
||||||
|
"IFeatureDeviceOverheated": false,
|
||||||
|
"IFeatureDeviceOverloaded": false,
|
||||||
|
"IFeatureDeviceTemperatureOutOfRange": false,
|
||||||
|
"IFeatureDeviceUndervoltage": false
|
||||||
|
},
|
||||||
|
"temperatureOutOfRange": false,
|
||||||
|
"unreach": false
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"deviceId": "3014F0000000000000FAF9B4",
|
||||||
|
"doorState": "CLOSED",
|
||||||
|
"functionalChannelType": "DOOR_CHANNEL",
|
||||||
|
"groupIndex": 1,
|
||||||
|
"groups": [
|
||||||
|
"00000000-0000-0000-0000-000000000005"
|
||||||
|
],
|
||||||
|
"index": 1,
|
||||||
|
"label": "",
|
||||||
|
"on": false,
|
||||||
|
"processing": false,
|
||||||
|
"ventilationPositionSupported": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"homeId": "00000000-0000-0000-0000-000000000001",
|
||||||
|
"id": "3014F0000000000000FAF9B4",
|
||||||
|
"label": "Garage Door Module",
|
||||||
|
"lastStatusUpdate": 1574878451970,
|
||||||
|
"liveUpdateState": "LIVE_UPDATE_NOT_SUPPORTED",
|
||||||
|
"manufacturerCode": 1,
|
||||||
|
"modelId": 376,
|
||||||
|
"modelType": "HmIP-MOD-TM",
|
||||||
|
"oem": "eQ-3",
|
||||||
|
"permanentlyReachable": true,
|
||||||
|
"serializedGlobalTradeItemNumber": "3014F0000000000000FAF9B4",
|
||||||
|
"type": "TORMATIC_MODULE",
|
||||||
|
"updateState": "UP_TO_DATE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"groups": {
|
"groups": {
|
||||||
@ -4406,7 +4536,11 @@
|
|||||||
"lowBat": null,
|
"lowBat": null,
|
||||||
"metaGroupId": "00000000-0000-0000-0000-000000000017",
|
"metaGroupId": "00000000-0000-0000-0000-000000000017",
|
||||||
"on": true,
|
"on": true,
|
||||||
"processing": null,
|
"primaryShadingLevel": 1.0,
|
||||||
|
"primaryShadingStateType": "POSITION_USED",
|
||||||
|
"processing": false,
|
||||||
|
"secondaryShadingLevel": null,
|
||||||
|
"secondaryShadingStateType": "NOT_EXISTENT",
|
||||||
"shutterLevel": null,
|
"shutterLevel": null,
|
||||||
"slatsLevel": null,
|
"slatsLevel": null,
|
||||||
"type": "SWITCHING",
|
"type": "SWITCHING",
|
||||||
@ -5394,6 +5528,47 @@
|
|||||||
"type": "HUMIDITY_WARNING_RULE_GROUP",
|
"type": "HUMIDITY_WARNING_RULE_GROUP",
|
||||||
"unreach": false,
|
"unreach": false,
|
||||||
"ventilationRecommended": false
|
"ventilationRecommended": false
|
||||||
|
},
|
||||||
|
"00000000-0000-0000-0000-000000000050": {
|
||||||
|
"bottomShutterLevel": 1.0,
|
||||||
|
"bottomSlatsLevel": 1.0,
|
||||||
|
"channels": [],
|
||||||
|
"dutyCycle": false,
|
||||||
|
"groupVisibility": "VISIBLE",
|
||||||
|
"homeId": "00000000-0000-0000-0000-000000000001",
|
||||||
|
"id": "00000000-0000-0000-0000-000000000050",
|
||||||
|
"label": "Rollos",
|
||||||
|
"lastStatusUpdate": 1573078054795,
|
||||||
|
"lowBat": null,
|
||||||
|
"metaGroupId": null,
|
||||||
|
"primaryShadingLevel": 1.0,
|
||||||
|
"primaryShadingStateType": "POSITION_USED",
|
||||||
|
"processing": false,
|
||||||
|
"secondaryShadingLevel": null,
|
||||||
|
"secondaryShadingStateType": "NOT_EXISTENT",
|
||||||
|
"sensorSpecificParameters": {},
|
||||||
|
"shutterLevel": 1.0,
|
||||||
|
"slatsLevel": null,
|
||||||
|
"topShutterLevel": 0.0,
|
||||||
|
"topSlatsLevel": 0.0,
|
||||||
|
"type": "EXTENDED_LINKED_SHUTTER",
|
||||||
|
"unreach": false
|
||||||
|
},
|
||||||
|
"00000000-0000-0000-0000-000000000067": {
|
||||||
|
"channels": [],
|
||||||
|
"dutyCycle": null,
|
||||||
|
"homeId": "00000000-0000-0000-0000-000000000001",
|
||||||
|
"id": "00000000-0000-0000-0000-000000000067",
|
||||||
|
"label": "HOT_WATER",
|
||||||
|
"lastStatusUpdate": 0,
|
||||||
|
"lowBat": null,
|
||||||
|
"metaGroupId": null,
|
||||||
|
"on": null,
|
||||||
|
"onTime": 900.0,
|
||||||
|
"profileId": "00000000-0000-0000-0000-000000000068",
|
||||||
|
"profileMode": null,
|
||||||
|
"type": "HOT_WATER",
|
||||||
|
"unreach": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user