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,
|
||||
"WeatherSensor": None,
|
||||
"IPContact": DEVICE_CLASS_OPENING,
|
||||
"MotionIPV2": DEVICE_CLASS_MOTION,
|
||||
"IPRemoteMotionV2": DEVICE_CLASS_MOTION,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@ HM_DEVICE_TYPES = {
|
|||
"IPKeySwitch",
|
||||
"IPKeySwitchLevel",
|
||||
"IPMultiIO",
|
||||
"IPWSwitch",
|
||||
],
|
||||
DISCOVER_LIGHTS: [
|
||||
"Dimmer",
|
||||
|
@ -106,6 +107,8 @@ HM_DEVICE_TYPES = {
|
|||
"MotionIPV2",
|
||||
"IPMultiIO",
|
||||
"IPThermostatWall2",
|
||||
"IPRemoteMotionV2",
|
||||
"HBUNISenWEA",
|
||||
],
|
||||
DISCOVER_CLIMATE: [
|
||||
"Thermostat",
|
||||
|
@ -145,6 +148,8 @@ HM_DEVICE_TYPES = {
|
|||
"TiltIP",
|
||||
"IPShutterContactSabotage",
|
||||
"IPContact",
|
||||
"IPRemoteMotionV2",
|
||||
"IPWInputDevice",
|
||||
],
|
||||
DISCOVER_COVER: ["Blind", "KeyBlind", "IPKeyBlind", "IPKeyBlindTilt"],
|
||||
DISCOVER_LOCKS: ["KeyMatic"],
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "homematic",
|
||||
"name": "Homematic",
|
||||
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
||||
"requirements": ["pyhomematic==0.1.66"],
|
||||
"requirements": ["pyhomematic==0.1.67"],
|
||||
"codeowners": ["@pvizeli", "@danielperna84"]
|
||||
}
|
||||
|
|
|
@ -1363,7 +1363,7 @@ pyhik==0.2.7
|
|||
pyhiveapi==0.2.20.1
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.66
|
||||
pyhomematic==0.1.67
|
||||
|
||||
# homeassistant.components.homeworks
|
||||
pyhomeworks==0.0.6
|
||||
|
|
|
@ -576,7 +576,7 @@ pyhaversion==3.3.0
|
|||
pyheos==0.6.0
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.66
|
||||
pyhomematic==0.1.67
|
||||
|
||||
# homeassistant.components.icloud
|
||||
pyicloud==0.9.7
|
||||
|
|
Loading…
Add table
Reference in a new issue