From 0048267f3e4c358b4dc054e3d6dad96cdae90502 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Sun, 22 Jan 2017 12:48:14 +0100 Subject: [PATCH] homematic: add MAX shutter contact class --- homeassistant/components/homematic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] }