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,
}