Add support for Somfy Garage door Rollixo IO DiscreteGarageOpenerIOComponent in Tahoma component (#28291)
This commit is contained in:
parent
31dd69196c
commit
f7a64019b6
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue