Update pyhomematic to 0.1.75 (#56995)

This commit is contained in:
Daniel Perna
2021-10-03 19:37:38 +02:00
committed by GitHub
parent 641f0babce
commit 0d91167cdd
5 changed files with 12 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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