Update pyhomematic to 0.1.73 (#51551)

This commit is contained in:
Daniel Perna 2021-06-07 10:04:03 +02:00 committed by GitHub
parent 7615af35d8
commit dc9b031544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View file

@ -61,6 +61,7 @@ HM_DEVICE_TYPES = {
"IOSwitchWireless",
"IPWIODevice",
"IPSwitchBattery",
"IPMultiIOPCB",
],
DISCOVER_LIGHTS: [
"Dimmer",
@ -122,6 +123,8 @@ HM_DEVICE_TYPES = {
"IPKeyBlindTilt",
"IPLanRouter",
"TempModuleSTE2",
"IPMultiIOPCB",
"ValveBoxW",
],
DISCOVER_CLIMATE: [
"Thermostat",
@ -134,6 +137,7 @@ HM_DEVICE_TYPES = {
"ThermostatGroup",
"IPThermostatWall230V",
"IPThermostatWall2",
"IPWThermostatWall",
],
DISCOVER_BINARY_SENSORS: [
"ShutterContact",
@ -167,6 +171,7 @@ HM_DEVICE_TYPES = {
"IPAlarmSensor",
"IPRainSensor",
"IPLanRouter",
"IPMultiIOPCB",
],
DISCOVER_COVER: [
"Blind",

View file

@ -2,7 +2,7 @@
"domain": "homematic",
"name": "Homematic",
"documentation": "https://www.home-assistant.io/integrations/homematic",
"requirements": ["pyhomematic==0.1.72"],
"requirements": ["pyhomematic==0.1.73"],
"codeowners": ["@pvizeli", "@danielperna84"],
"iot_class": "local_push"
}

View file

@ -1457,7 +1457,7 @@ pyhik==0.2.8
pyhiveapi==0.4.2
# homeassistant.components.homematic
pyhomematic==0.1.72
pyhomematic==0.1.73
# homeassistant.components.homeworks
pyhomeworks==0.0.6

View file

@ -804,7 +804,7 @@ pyheos==0.7.2
pyhiveapi==0.4.2
# homeassistant.components.homematic
pyhomematic==0.1.72
pyhomematic==0.1.73
# homeassistant.components.ialarm
pyialarm==1.8.1