mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Adds SomfyContactIOSystemSensor to TaHoma (#18560)
* Sorts all TAHOME_TYPES and adds SomfyContactIOSystemSensor as it wasn't added with 558b659f7c
* Fixes syntax errors related to sorting of entries.
This commit is contained in:
parent
23f5d785c4
commit
f3ce463862
@ -36,26 +36,27 @@ TAHOMA_COMPONENTS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
TAHOMA_TYPES = {
|
TAHOMA_TYPES = {
|
||||||
'rts:RollerShutterRTSComponent': 'cover',
|
'io:ExteriorVenetianBlindIOComponent': 'cover',
|
||||||
'rts:CurtainRTSComponent': '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:BlindRTSComponent': 'cover',
|
||||||
'rts:VenetianBlindRTSComponent': 'cover',
|
'rts:CurtainRTSComponent': 'cover',
|
||||||
'rts:DualCurtainRTSComponent': 'cover',
|
'rts:DualCurtainRTSComponent': 'cover',
|
||||||
'rts:ExteriorVenetianBlindRTSComponent': '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',
|
'rts:GarageDoor4TRTSComponent': 'switch',
|
||||||
'io:VerticalExteriorAwningIOComponent': 'cover',
|
'rts:RollerShutterRTSComponent': 'cover',
|
||||||
'io:HorizontalAwningIOComponent': 'cover',
|
'rts:VenetianBlindRTSComponent': 'cover'
|
||||||
'io:OnOffLightIOComponent': 'switch',
|
|
||||||
'rtds:RTDSSmokeSensor': 'smoke',
|
|
||||||
'rtds:RTDSContactSensor': 'sensor',
|
|
||||||
'rtds:RTDSMotionSensor': 'sensor'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user