Update pyhomematic to 0.1.73 (#51551)
This commit is contained in:
parent
7615af35d8
commit
dc9b031544
4 changed files with 8 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue