Homematic fixes + device support (#5503)

* Using new MaxShutterContact class

* Skip unnecessary function calls

* Added casting for VALUE

* Some renaming to clarify what's happening

* Bumped dependency version

* Bumped version in requirements
This commit is contained in:
Daniel Perna 2017-01-22 14:20:49 +01:00 committed by Pascal Vizeli
parent 75adb7ff46
commit 59b0491d29
4 changed files with 15 additions and 12 deletions

View file

@ -17,6 +17,7 @@ DEPENDENCIES = ['homematic']
SENSOR_TYPES_CLASS = {
"Remote": None,
"ShutterContact": "opening",
"MaxShutterContact": "opening",
"IPShutterContact": "opening",
"Smoke": "smoke",
"SmokeV2": "smoke",