homematic: add MAX shutter contact class

This commit is contained in:
Janne Grunau 2017-01-22 12:48:14 +01:00
parent 9cad9c19f8
commit 0048267f3e

View File

@ -68,7 +68,7 @@ HM_DEVICE_TYPES = {
DISCOVER_BINARY_SENSORS: [
'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2',
'RemoteMotion', 'WeatherSensor', 'TiltSensor', 'IPShutterContact',
'HMWIOSwitch'],
'HMWIOSwitch', 'MaxShutterContact'],
DISCOVER_COVER: ['Blind', 'KeyBlind']
}