diff --git a/homeassistant/components/homematic.py b/homeassistant/components/homematic.py index 2b68a268d34..9b38bb0efea 100644 --- a/homeassistant/components/homematic.py +++ b/homeassistant/components/homematic.py @@ -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'] }