mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
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:
committed by
Pascal Vizeli
parent
75adb7ff46
commit
59b0491d29
@@ -17,6 +17,7 @@ DEPENDENCIES = ['homematic']
|
||||
SENSOR_TYPES_CLASS = {
|
||||
"Remote": None,
|
||||
"ShutterContact": "opening",
|
||||
"MaxShutterContact": "opening",
|
||||
"IPShutterContact": "opening",
|
||||
"Smoke": "smoke",
|
||||
"SmokeV2": "smoke",
|
||||
|
||||
Reference in New Issue
Block a user