mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +02:00
Update pyhomematic to 0.1.75 (#56995)
This commit is contained in:
@ -59,6 +59,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPMultiIO",
|
"IPMultiIO",
|
||||||
"IPWSwitch",
|
"IPWSwitch",
|
||||||
"IOSwitchWireless",
|
"IOSwitchWireless",
|
||||||
|
"IPSwitchRssiDevice",
|
||||||
"IPWIODevice",
|
"IPWIODevice",
|
||||||
"IPSwitchBattery",
|
"IPSwitchBattery",
|
||||||
"IPMultiIOPCB",
|
"IPMultiIOPCB",
|
||||||
@ -145,9 +146,11 @@ HM_DEVICE_TYPES = {
|
|||||||
"ShutterContact",
|
"ShutterContact",
|
||||||
"Smoke",
|
"Smoke",
|
||||||
"SmokeV2",
|
"SmokeV2",
|
||||||
|
"SmokeV2Team",
|
||||||
"Motion",
|
"Motion",
|
||||||
"MotionV2",
|
"MotionV2",
|
||||||
"MotionIP",
|
"MotionIP",
|
||||||
|
"MotionIPContactSabotage",
|
||||||
"RemoteMotion",
|
"RemoteMotion",
|
||||||
"WeatherSensor",
|
"WeatherSensor",
|
||||||
"TiltSensor",
|
"TiltSensor",
|
||||||
@ -174,6 +177,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPRainSensor",
|
"IPRainSensor",
|
||||||
"IPLanRouter",
|
"IPLanRouter",
|
||||||
"IPMultiIOPCB",
|
"IPMultiIOPCB",
|
||||||
|
"IPLockDLD",
|
||||||
],
|
],
|
||||||
DISCOVER_COVER: [
|
DISCOVER_COVER: [
|
||||||
"Blind",
|
"Blind",
|
||||||
@ -221,6 +225,10 @@ HM_ATTRIBUTE_SUPPORT = {
|
|||||||
"OPERATING_VOLTAGE": ["voltage", {}],
|
"OPERATING_VOLTAGE": ["voltage", {}],
|
||||||
"WORKING": ["working", {0: "No", 1: "Yes"}],
|
"WORKING": ["working", {0: "No", 1: "Yes"}],
|
||||||
"STATE_UNCERTAIN": ["state_uncertain", {}],
|
"STATE_UNCERTAIN": ["state_uncertain", {}],
|
||||||
|
"SENDERID": ["last_senderid", {}],
|
||||||
|
"SENDERADDRESS": ["last_senderaddress", {}],
|
||||||
|
"ERROR_ALARM_TEST": ["error_alarm_test", {0: "No", 1: "Yes"}],
|
||||||
|
"ERROR_SMOKE_CHAMBER": ["error_smoke_chamber", {0: "No", 1: "Yes"}],
|
||||||
}
|
}
|
||||||
|
|
||||||
HM_PRESS_EVENTS = [
|
HM_PRESS_EVENTS = [
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "homematic",
|
"domain": "homematic",
|
||||||
"name": "Homematic",
|
"name": "Homematic",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
||||||
"requirements": ["pyhomematic==0.1.74"],
|
"requirements": ["pyhomematic==0.1.75"],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"],
|
"codeowners": ["@pvizeli", "@danielperna84"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
@ -42,6 +42,7 @@ HM_STATE_HA_CAST = {
|
|||||||
2: "allsens_armed",
|
2: "allsens_armed",
|
||||||
3: "alarm_blocked",
|
3: "alarm_blocked",
|
||||||
},
|
},
|
||||||
|
"IPLockDLD": {0: None, 1: "locked", 2: "unlocked"},
|
||||||
}
|
}
|
||||||
|
|
||||||
HM_UNIT_HA_CAST = {
|
HM_UNIT_HA_CAST = {
|
||||||
|
@ -1526,7 +1526,7 @@ pyhik==0.2.8
|
|||||||
pyhiveapi==0.4.2
|
pyhiveapi==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.74
|
pyhomematic==0.1.75
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -893,7 +893,7 @@ pyheos==0.7.2
|
|||||||
pyhiveapi==0.4.2
|
pyhiveapi==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.74
|
pyhomematic==0.1.75
|
||||||
|
|
||||||
# homeassistant.components.ialarm
|
# homeassistant.components.ialarm
|
||||||
pyialarm==1.9.0
|
pyialarm==1.9.0
|
||||||
|
Reference in New Issue
Block a user