Update pyhomematic to 0.1.71 (#44732)
parent
52e1aad008
commit
e2e79aba4e
|
@ -46,6 +46,7 @@ HM_DEVICE_TYPES = {
|
||||||
"Switch",
|
"Switch",
|
||||||
"SwitchPowermeter",
|
"SwitchPowermeter",
|
||||||
"IOSwitch",
|
"IOSwitch",
|
||||||
|
"IOSwitchNoInhibit",
|
||||||
"IPSwitch",
|
"IPSwitch",
|
||||||
"RFSiren",
|
"RFSiren",
|
||||||
"IPSwitchPowermeter",
|
"IPSwitchPowermeter",
|
||||||
|
@ -115,6 +116,10 @@ HM_DEVICE_TYPES = {
|
||||||
"IPRemoteMotionV2",
|
"IPRemoteMotionV2",
|
||||||
"HBUNISenWEA",
|
"HBUNISenWEA",
|
||||||
"PresenceIPW",
|
"PresenceIPW",
|
||||||
|
"IPRainSensor",
|
||||||
|
"ValveBox",
|
||||||
|
"IPKeyBlind",
|
||||||
|
"IPKeyBlindTilt",
|
||||||
],
|
],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
"Thermostat",
|
"Thermostat",
|
||||||
|
@ -158,6 +163,7 @@ HM_DEVICE_TYPES = {
|
||||||
"IPWInputDevice",
|
"IPWInputDevice",
|
||||||
"IPWMotionDection",
|
"IPWMotionDection",
|
||||||
"IPAlarmSensor",
|
"IPAlarmSensor",
|
||||||
|
"IPRainSensor",
|
||||||
],
|
],
|
||||||
DISCOVER_COVER: [
|
DISCOVER_COVER: [
|
||||||
"Blind",
|
"Blind",
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"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.70"],
|
"requirements": ["pyhomematic==0.1.71"],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1431,7 +1431,7 @@ pyhik==0.2.8
|
||||||
pyhiveapi==0.2.20.2
|
pyhiveapi==0.2.20.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.70
|
pyhomematic==0.1.71
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
|
|
@ -719,7 +719,7 @@ pyhaversion==3.4.2
|
||||||
pyheos==0.7.2
|
pyheos==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.70
|
pyhomematic==0.1.71
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.9.7
|
pyicloud==0.9.7
|
||||||
|
|
Loading…
Reference in New Issue