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