add velux roller shutter to tahoma (#11586)

With #11538 I forgot to add another type of Roller shutters that should be supported.
This commit is contained in:
Thijs de Jong 2018-01-12 00:43:31 +01:00 committed by Paulus Schoutsen
parent ed66c21035
commit 2224d05607

View File

@ -40,6 +40,7 @@ TAHOMA_TYPES = {
'rts:RollerShutterRTSComponent': 'cover',
'rts:CurtainRTSComponent': 'cover',
'io:RollerShutterWithLowSpeedManagementIOComponent': 'cover',
'io:RollerShutterVeluxIOComponent': 'cover',
'io:WindowOpenerVeluxIOComponent': 'cover',
'io:LightIOSystemSensor': 'sensor',
}