mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update pyhomematic to 0.1.63 (#30594)
This commit is contained in:
parent
ff5f890e79
commit
9ce5c65b14
@ -173,6 +173,7 @@ HM_DEVICE_TYPES = {
|
|||||||
"IPMultiIO",
|
"IPMultiIO",
|
||||||
"TiltIP",
|
"TiltIP",
|
||||||
"IPShutterContactSabotage",
|
"IPShutterContactSabotage",
|
||||||
|
"IPContact",
|
||||||
],
|
],
|
||||||
DISCOVER_COVER: ["Blind", "KeyBlind", "IPKeyBlind", "IPKeyBlindTilt"],
|
DISCOVER_COVER: ["Blind", "KeyBlind", "IPKeyBlind", "IPKeyBlindTilt"],
|
||||||
DISCOVER_LOCKS: ["KeyMatic"],
|
DISCOVER_LOCKS: ["KeyMatic"],
|
||||||
|
@ -29,6 +29,7 @@ SENSOR_TYPES_CLASS = {
|
|||||||
"SmokeV2": DEVICE_CLASS_SMOKE,
|
"SmokeV2": DEVICE_CLASS_SMOKE,
|
||||||
"TiltSensor": None,
|
"TiltSensor": None,
|
||||||
"WeatherSensor": None,
|
"WeatherSensor": None,
|
||||||
|
"IPContact": DEVICE_CLASS_OPENING,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.62"],
|
"requirements": ["pyhomematic==0.1.63"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||||
}
|
}
|
||||||
|
@ -1288,7 +1288,7 @@ pyhik==0.2.5
|
|||||||
pyhiveapi==0.2.19.3
|
pyhiveapi==0.2.19.3
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.62
|
pyhomematic==0.1.63
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -442,7 +442,7 @@ pyhaversion==3.1.0
|
|||||||
pyheos==0.6.0
|
pyheos==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.62
|
pyhomematic==0.1.63
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.9.1
|
pyicloud==0.9.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user