Update pyhomematic to 0.1.67 (#35637)

This commit is contained in:
Daniel Perna 2020-05-16 17:56:26 +02:00 committed by GitHub
parent 11b786a4fc
commit cd68f7dc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 3 deletions

View file

@ -30,6 +30,8 @@ SENSOR_TYPES_CLASS = {
"TiltSensor": None,
"WeatherSensor": None,
"IPContact": DEVICE_CLASS_OPENING,
"MotionIPV2": DEVICE_CLASS_MOTION,
"IPRemoteMotionV2": DEVICE_CLASS_MOTION,
}

View file

@ -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"],

View file

@ -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"]
}

View file

@ -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

View file

@ -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