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:
parent
75adb7ff46
commit
59b0491d29
4 changed files with 15 additions and 12 deletions
|
@ -17,6 +17,7 @@ DEPENDENCIES = ['homematic']
|
|||
SENSOR_TYPES_CLASS = {
|
||||
"Remote": None,
|
||||
"ShutterContact": "opening",
|
||||
"MaxShutterContact": "opening",
|
||||
"IPShutterContact": "opening",
|
||||
"Smoke": "smoke",
|
||||
"SmokeV2": "smoke",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue