1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00

Adds io:OnOffIOComponent as switch to tahoma.py (#19338)

This commit is contained in:
Jens 2018-12-16 16:05:21 +01:00 committed by Fabian Affolter
parent 07e3843918
commit 266477a4f5

View File

@ -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',