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",
|
||||
"IPWSwitch",
|
||||
"IOSwitchWireless",
|
||||
"IPSwitchRssiDevice",
|
||||
"IPWIODevice",
|
||||
"IPSwitchBattery",
|
||||
"IPMultiIOPCB",
|
||||
@ -145,9 +146,11 @@ HM_DEVICE_TYPES = {
|
||||
"ShutterContact",
|
||||
"Smoke",
|
||||
"SmokeV2",
|
||||
"SmokeV2Team",
|
||||
"Motion",
|
||||
"MotionV2",
|
||||
"MotionIP",
|
||||
"MotionIPContactSabotage",
|
||||
"RemoteMotion",
|
||||
"WeatherSensor",
|
||||
"TiltSensor",
|
||||
@ -174,6 +177,7 @@ HM_DEVICE_TYPES = {
|
||||
"IPRainSensor",
|
||||
"IPLanRouter",
|
||||
"IPMultiIOPCB",
|
||||
"IPLockDLD",
|
||||
],
|
||||
DISCOVER_COVER: [
|
||||
"Blind",
|
||||
@ -221,6 +225,10 @@ HM_ATTRIBUTE_SUPPORT = {
|
||||
"OPERATING_VOLTAGE": ["voltage", {}],
|
||||
"WORKING": ["working", {0: "No", 1: "Yes"}],
|
||||
"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 = [
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "homematic",
|
||||
"name": "Homematic",
|
||||
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
||||
"requirements": ["pyhomematic==0.1.74"],
|
||||
"requirements": ["pyhomematic==0.1.75"],
|
||||
"codeowners": ["@pvizeli", "@danielperna84"],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
@ -42,6 +42,7 @@ HM_STATE_HA_CAST = {
|
||||
2: "allsens_armed",
|
||||
3: "alarm_blocked",
|
||||
},
|
||||
"IPLockDLD": {0: None, 1: "locked", 2: "unlocked"},
|
||||
}
|
||||
|
||||
HM_UNIT_HA_CAST = {
|
||||
|
@ -1526,7 +1526,7 @@ pyhik==0.2.8
|
||||
pyhiveapi==0.4.2
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.74
|
||||
pyhomematic==0.1.75
|
||||
|
||||
# homeassistant.components.homeworks
|
||||
pyhomeworks==0.0.6
|
||||
|
@ -893,7 +893,7 @@ pyheos==0.7.2
|
||||
pyhiveapi==0.4.2
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.74
|
||||
pyhomematic==0.1.75
|
||||
|
||||
# homeassistant.components.ialarm
|
||||
pyialarm==1.9.0
|
||||
|
Reference in New Issue
Block a user