Update pyhomematic to 0.1.71 (#44732)

pull/44737/head
Daniel Perna 2021-01-01 17:20:55 +01:00 committed by GitHub
parent 52e1aad008
commit e2e79aba4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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