Add support for Somfy Garage door Rollixo IO DiscreteGarageOpenerIOComponent in Tahoma component (#28291)

This commit is contained in:
Yann Jajkiewicz 2019-10-28 19:22:15 +01:00 committed by Paulus Schoutsen
parent 31dd69196c
commit f7a64019b6
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@ TAHOMA_TYPES = {
"io:VerticalExteriorAwningIOComponent": "cover",
"io:WindowOpenerVeluxIOComponent": "cover",
"io:GarageOpenerIOComponent": "cover",
"io:DiscreteGarageOpenerIOComponent": "cover",
"rtds:RTDSContactSensor": "sensor",
"rtds:RTDSMotionSensor": "sensor",
"rtds:RTDSSmokeSensor": "smoke",

View file

@ -37,6 +37,7 @@ TAHOMA_DEVICE_CLASSES = {
"io:VerticalExteriorAwningIOComponent": DEVICE_CLASS_AWNING,
"io:WindowOpenerVeluxIOComponent": DEVICE_CLASS_WINDOW,
"io:GarageOpenerIOComponent": DEVICE_CLASS_GARAGE,
"io:DiscreteGarageOpenerIOComponent": DEVICE_CLASS_GARAGE,
"rts:BlindRTSComponent": DEVICE_CLASS_BLIND,
"rts:CurtainRTSComponent": DEVICE_CLASS_CURTAIN,
"rts:DualCurtainRTSComponent": DEVICE_CLASS_CURTAIN,