From 2224d056076f56c591bec95528d929c275ed399b Mon Sep 17 00:00:00 2001 From: Thijs de Jong Date: Fri, 12 Jan 2018 00:43:31 +0100 Subject: [PATCH] add velux roller shutter to tahoma (#11586) With #11538 I forgot to add another type of Roller shutters that should be supported. --- homeassistant/components/tahoma.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/tahoma.py b/homeassistant/components/tahoma.py index c2453d75493..aebe1e0d88e 100644 --- a/homeassistant/components/tahoma.py +++ b/homeassistant/components/tahoma.py @@ -40,6 +40,7 @@ TAHOMA_TYPES = { 'rts:RollerShutterRTSComponent': 'cover', 'rts:CurtainRTSComponent': 'cover', 'io:RollerShutterWithLowSpeedManagementIOComponent': 'cover', + 'io:RollerShutterVeluxIOComponent': 'cover', 'io:WindowOpenerVeluxIOComponent': 'cover', 'io:LightIOSystemSensor': 'sensor', }