Update pyhomematic to 0.1.67 (#35637)
This commit is contained in:
parent
11b786a4fc
commit
cd68f7dc14
5 changed files with 10 additions and 3 deletions
|
@ -30,6 +30,8 @@ SENSOR_TYPES_CLASS = {
|
||||||
"TiltSensor": None,
|
"TiltSensor": None,
|
||||||
"WeatherSensor": None,
|
"WeatherSensor": None,
|
||||||
"IPContact": DEVICE_CLASS_OPENING,
|
"IPContact": DEVICE_CLASS_OPENING,
|
||||||
|
"MotionIPV2": DEVICE_CLASS_MOTION,
|
||||||
|
"IPRemoteMotionV2": DEVICE_CLASS_MOTION,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,7 @@ HM_DEVICE_TYPES = {
|
||||||
"IPKeySwitch",
|
"IPKeySwitch",
|
||||||
"IPKeySwitchLevel",
|
"IPKeySwitchLevel",
|
||||||
"IPMultiIO",
|
"IPMultiIO",
|
||||||
|
"IPWSwitch",
|
||||||
],
|
],
|
||||||
DISCOVER_LIGHTS: [
|
DISCOVER_LIGHTS: [
|
||||||
"Dimmer",
|
"Dimmer",
|
||||||
|
@ -106,6 +107,8 @@ HM_DEVICE_TYPES = {
|
||||||
"MotionIPV2",
|
"MotionIPV2",
|
||||||
"IPMultiIO",
|
"IPMultiIO",
|
||||||
"IPThermostatWall2",
|
"IPThermostatWall2",
|
||||||
|
"IPRemoteMotionV2",
|
||||||
|
"HBUNISenWEA",
|
||||||
],
|
],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
"Thermostat",
|
"Thermostat",
|
||||||
|
@ -145,6 +148,8 @@ HM_DEVICE_TYPES = {
|
||||||
"TiltIP",
|
"TiltIP",
|
||||||
"IPShutterContactSabotage",
|
"IPShutterContactSabotage",
|
||||||
"IPContact",
|
"IPContact",
|
||||||
|
"IPRemoteMotionV2",
|
||||||
|
"IPWInputDevice",
|
||||||
],
|
],
|
||||||
DISCOVER_COVER: ["Blind", "KeyBlind", "IPKeyBlind", "IPKeyBlindTilt"],
|
DISCOVER_COVER: ["Blind", "KeyBlind", "IPKeyBlind", "IPKeyBlindTilt"],
|
||||||
DISCOVER_LOCKS: ["KeyMatic"],
|
DISCOVER_LOCKS: ["KeyMatic"],
|
||||||
|
|
|
@ -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.66"],
|
"requirements": ["pyhomematic==0.1.67"],
|
||||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1363,7 +1363,7 @@ pyhik==0.2.7
|
||||||
pyhiveapi==0.2.20.1
|
pyhiveapi==0.2.20.1
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.66
|
pyhomematic==0.1.67
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
|
|
@ -576,7 +576,7 @@ pyhaversion==3.3.0
|
||||||
pyheos==0.6.0
|
pyheos==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.66
|
pyhomematic==0.1.67
|
||||||
|
|
||||||
# homeassistant.components.icloud
|
# homeassistant.components.icloud
|
||||||
pyicloud==0.9.7
|
pyicloud==0.9.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue