mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update pyhomematic to 0.1.73 (#51551)
This commit is contained in:
parent
7615af35d8
commit
dc9b031544
@ -61,6 +61,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IOSwitchWireless",
|
"IOSwitchWireless",
|
||||||
"IPWIODevice",
|
"IPWIODevice",
|
||||||
"IPSwitchBattery",
|
"IPSwitchBattery",
|
||||||
|
"IPMultiIOPCB",
|
||||||
],
|
],
|
||||||
DISCOVER_LIGHTS: [
|
DISCOVER_LIGHTS: [
|
||||||
"Dimmer",
|
"Dimmer",
|
||||||
@ -122,6 +123,8 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPKeyBlindTilt",
|
"IPKeyBlindTilt",
|
||||||
"IPLanRouter",
|
"IPLanRouter",
|
||||||
"TempModuleSTE2",
|
"TempModuleSTE2",
|
||||||
|
"IPMultiIOPCB",
|
||||||
|
"ValveBoxW",
|
||||||
],
|
],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
"Thermostat",
|
"Thermostat",
|
||||||
@ -134,6 +137,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"ThermostatGroup",
|
"ThermostatGroup",
|
||||||
"IPThermostatWall230V",
|
"IPThermostatWall230V",
|
||||||
"IPThermostatWall2",
|
"IPThermostatWall2",
|
||||||
|
"IPWThermostatWall",
|
||||||
],
|
],
|
||||||
DISCOVER_BINARY_SENSORS: [
|
DISCOVER_BINARY_SENSORS: [
|
||||||
"ShutterContact",
|
"ShutterContact",
|
||||||
@ -167,6 +171,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPAlarmSensor",
|
"IPAlarmSensor",
|
||||||
"IPRainSensor",
|
"IPRainSensor",
|
||||||
"IPLanRouter",
|
"IPLanRouter",
|
||||||
|
"IPMultiIOPCB",
|
||||||
],
|
],
|
||||||
DISCOVER_COVER: [
|
DISCOVER_COVER: [
|
||||||
"Blind",
|
"Blind",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"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.72"],
|
"requirements": ["pyhomematic==0.1.73"],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"],
|
"codeowners": ["@pvizeli", "@danielperna84"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
@ -1457,7 +1457,7 @@ pyhik==0.2.8
|
|||||||
pyhiveapi==0.4.2
|
pyhiveapi==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.72
|
pyhomematic==0.1.73
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -804,7 +804,7 @@ pyheos==0.7.2
|
|||||||
pyhiveapi==0.4.2
|
pyhiveapi==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.72
|
pyhomematic==0.1.73
|
||||||
|
|
||||||
# homeassistant.components.ialarm
|
# homeassistant.components.ialarm
|
||||||
pyialarm==1.8.1
|
pyialarm==1.8.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user