mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Update pyhomematic to 0.1.72 (#47906)
This commit is contained in:
parent
4d61f6f8c2
commit
d32c364d7f
@ -60,6 +60,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPWSwitch",
|
"IPWSwitch",
|
||||||
"IOSwitchWireless",
|
"IOSwitchWireless",
|
||||||
"IPWIODevice",
|
"IPWIODevice",
|
||||||
|
"IPSwitchBattery",
|
||||||
],
|
],
|
||||||
DISCOVER_LIGHTS: [
|
DISCOVER_LIGHTS: [
|
||||||
"Dimmer",
|
"Dimmer",
|
||||||
@ -119,6 +120,8 @@ HM_DEVICE_TYPES = {
|
|||||||
"ValveBox",
|
"ValveBox",
|
||||||
"IPKeyBlind",
|
"IPKeyBlind",
|
||||||
"IPKeyBlindTilt",
|
"IPKeyBlindTilt",
|
||||||
|
"IPLanRouter",
|
||||||
|
"TempModuleSTE2",
|
||||||
],
|
],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
"Thermostat",
|
"Thermostat",
|
||||||
@ -163,6 +166,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPWMotionDection",
|
"IPWMotionDection",
|
||||||
"IPAlarmSensor",
|
"IPAlarmSensor",
|
||||||
"IPRainSensor",
|
"IPRainSensor",
|
||||||
|
"IPLanRouter",
|
||||||
],
|
],
|
||||||
DISCOVER_COVER: [
|
DISCOVER_COVER: [
|
||||||
"Blind",
|
"Blind",
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"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.71"],
|
"requirements": ["pyhomematic==0.1.72"],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||||
}
|
}
|
||||||
|
@ -1431,7 +1431,7 @@ pyhik==0.2.8
|
|||||||
pyhiveapi==0.3.4.4
|
pyhiveapi==0.3.4.4
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.71
|
pyhomematic==0.1.72
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -748,7 +748,7 @@ pyhaversion==3.4.2
|
|||||||
pyheos==0.7.2
|
pyheos==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.71
|
pyhomematic==0.1.72
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.10.2
|
pyicloud==0.10.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user