Add support for rts LightRTSComponent switch. (#36249)

This commit is contained in:
Vincent Le Bourlot 2020-06-03 00:44:36 +02:00 committed by GitHub
parent 44d7169642
commit bfc5aa90b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ TAHOMA_TYPES = {
"rts:DualCurtainRTSComponent": "cover", "rts:DualCurtainRTSComponent": "cover",
"rts:ExteriorVenetianBlindRTSComponent": "cover", "rts:ExteriorVenetianBlindRTSComponent": "cover",
"rts:GarageDoor4TRTSComponent": "switch", "rts:GarageDoor4TRTSComponent": "switch",
"rts:LightRTSComponent": "switch",
"rts:RollerShutterRTSComponent": "cover", "rts:RollerShutterRTSComponent": "cover",
"rts:OnOffRTSComponent": "switch", "rts:OnOffRTSComponent": "switch",
"rts:VenetianBlindRTSComponent": "cover", "rts:VenetianBlindRTSComponent": "cover",