From bfc5aa90b1e60572aa50f22ac6f0d604aaec8dd7 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Wed, 3 Jun 2020 00:44:36 +0200 Subject: [PATCH] Add support for rts LightRTSComponent switch. (#36249) --- homeassistant/components/tahoma/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/tahoma/__init__.py b/homeassistant/components/tahoma/__init__.py index 1e1bbd31eae..f3dd51bed96 100644 --- a/homeassistant/components/tahoma/__init__.py +++ b/homeassistant/components/tahoma/__init__.py @@ -62,6 +62,7 @@ TAHOMA_TYPES = { "rts:DualCurtainRTSComponent": "cover", "rts:ExteriorVenetianBlindRTSComponent": "cover", "rts:GarageDoor4TRTSComponent": "switch", + "rts:LightRTSComponent": "switch", "rts:RollerShutterRTSComponent": "cover", "rts:OnOffRTSComponent": "switch", "rts:VenetianBlindRTSComponent": "cover",