mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +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",
|
||||
"IOSwitchWireless",
|
||||
"IPWIODevice",
|
||||
"IPSwitchBattery",
|
||||
],
|
||||
DISCOVER_LIGHTS: [
|
||||
"Dimmer",
|
||||
@ -119,6 +120,8 @@ HM_DEVICE_TYPES = {
|
||||
"ValveBox",
|
||||
"IPKeyBlind",
|
||||
"IPKeyBlindTilt",
|
||||
"IPLanRouter",
|
||||
"TempModuleSTE2",
|
||||
],
|
||||
DISCOVER_CLIMATE: [
|
||||
"Thermostat",
|
||||
@ -163,6 +166,7 @@ HM_DEVICE_TYPES = {
|
||||
"IPWMotionDection",
|
||||
"IPAlarmSensor",
|
||||
"IPRainSensor",
|
||||
"IPLanRouter",
|
||||
],
|
||||
DISCOVER_COVER: [
|
||||
"Blind",
|
||||
|
@ -2,6 +2,6 @@
|
||||
"domain": "homematic",
|
||||
"name": "Homematic",
|
||||
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
||||
"requirements": ["pyhomematic==0.1.71"],
|
||||
"requirements": ["pyhomematic==0.1.72"],
|
||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||
}
|
||||
|
@ -1431,7 +1431,7 @@ pyhik==0.2.8
|
||||
pyhiveapi==0.3.4.4
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.71
|
||||
pyhomematic==0.1.72
|
||||
|
||||
# homeassistant.components.homeworks
|
||||
pyhomeworks==0.0.6
|
||||
|
@ -748,7 +748,7 @@ pyhaversion==3.4.2
|
||||
pyheos==0.7.2
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.71
|
||||
pyhomematic==0.1.72
|
||||
|
||||
# homeassistant.components.icloud
|
||||
pyicloud==0.10.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user