mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 04:14:32 +02:00
Adds SomfyContactIOSystemSensor to TaHoma (#18560)
* Sorts all TAHOME_TYPES and adds SomfyContactIOSystemSensor as it wasn't added with https://github.com/home-assistant/home-assistant/commit/558b659f7caad4027e5d696dfa4d581cf5240a41 * Fixes syntax errors related to sorting of entries.
This commit is contained in:
@@ -36,26 +36,27 @@ TAHOMA_COMPONENTS = [
|
||||
]
|
||||
|
||||
TAHOMA_TYPES = {
|
||||
'rts:RollerShutterRTSComponent': 'cover',
|
||||
'rts:CurtainRTSComponent': 'cover',
|
||||
'io:ExteriorVenetianBlindIOComponent': 'cover',
|
||||
'io:HorizontalAwningIOComponent': 'cover',
|
||||
'io:LightIOSystemSensor': 'sensor',
|
||||
'io:OnOffLightIOComponent': 'switch',
|
||||
'io:RollerShutterGenericIOComponent': 'cover',
|
||||
'io:RollerShutterUnoIOComponent': 'cover',
|
||||
'io:RollerShutterVeluxIOComponent': 'cover',
|
||||
'io:RollerShutterWithLowSpeedManagementIOComponent': 'cover',
|
||||
'io:SomfyContactIOSystemSensor': 'sensor',
|
||||
'io:VerticalExteriorAwningIOComponent': 'cover',
|
||||
'io:WindowOpenerVeluxIOComponent': 'cover',
|
||||
'rtds:RTDSContactSensor': 'sensor',
|
||||
'rtds:RTDSMotionSensor': 'sensor',
|
||||
'rtds:RTDSSmokeSensor': 'smoke',
|
||||
'rts:BlindRTSComponent': 'cover',
|
||||
'rts:VenetianBlindRTSComponent': 'cover',
|
||||
'rts:CurtainRTSComponent': 'cover',
|
||||
'rts:DualCurtainRTSComponent': 'cover',
|
||||
'rts:ExteriorVenetianBlindRTSComponent': 'cover',
|
||||
'io:ExteriorVenetianBlindIOComponent': 'cover',
|
||||
'io:RollerShutterUnoIOComponent': 'cover',
|
||||
'io:RollerShutterWithLowSpeedManagementIOComponent': 'cover',
|
||||
'io:RollerShutterVeluxIOComponent': 'cover',
|
||||
'io:RollerShutterGenericIOComponent': 'cover',
|
||||
'io:WindowOpenerVeluxIOComponent': 'cover',
|
||||
'io:LightIOSystemSensor': 'sensor',
|
||||
'rts:GarageDoor4TRTSComponent': 'switch',
|
||||
'io:VerticalExteriorAwningIOComponent': 'cover',
|
||||
'io:HorizontalAwningIOComponent': 'cover',
|
||||
'io:OnOffLightIOComponent': 'switch',
|
||||
'rtds:RTDSSmokeSensor': 'smoke',
|
||||
'rtds:RTDSContactSensor': 'sensor',
|
||||
'rtds:RTDSMotionSensor': 'sensor'
|
||||
'rts:RollerShutterRTSComponent': 'cover',
|
||||
'rts:VenetianBlindRTSComponent': 'cover'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user