From 266477a4f56f1b22df4b7995445267b4de0f8012 Mon Sep 17 00:00:00 2001 From: Jens Date: Sun, 16 Dec 2018 16:05:21 +0100 Subject: [PATCH] Adds io:OnOffIOComponent as switch to tahoma.py (#19338) --- homeassistant/components/tahoma.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/tahoma.py b/homeassistant/components/tahoma.py index 645d67b3dc2..ff9e30e5c68 100644 --- a/homeassistant/components/tahoma.py +++ b/homeassistant/components/tahoma.py @@ -39,6 +39,7 @@ TAHOMA_TYPES = { 'io:ExteriorVenetianBlindIOComponent': 'cover', 'io:HorizontalAwningIOComponent': 'cover', 'io:LightIOSystemSensor': 'sensor', + 'io:OnOffIOComponent': 'switch', 'io:OnOffLightIOComponent': 'switch', 'io:RollerShutterGenericIOComponent': 'cover', 'io:RollerShutterUnoIOComponent': 'cover',