Merge pull request #5555 from jannau/max_shutter_contact

homematic: add MAX shutter contact class
This commit is contained in:
Daniel Perna 2017-01-25 22:32:35 +01:00 committed by GitHub
commit 7e7f9f6670

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']
}