diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py index bbb8c1ff1ca..e4a481f62d2 100644 --- a/homeassistant/components/homematic/const.py +++ b/homeassistant/components/homematic/const.py @@ -152,7 +152,14 @@ HM_DEVICE_TYPES = { "IPRemoteMotionV2", "IPWInputDevice", ], - DISCOVER_COVER: ["Blind", "KeyBlind", "IPKeyBlind", "IPKeyBlindTilt", "IPGarage"], + DISCOVER_COVER: [ + "Blind", + "KeyBlind", + "IPKeyBlind", + "IPKeyBlindTilt", + "IPGarage", + "IPKeyBlindMulti", + ], DISCOVER_LOCKS: ["KeyMatic"], }