| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- name: Somgoms double switch
- primary_entity:
- entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: 1
- dps:
- - id: 1
- name: switch
- type: boolean
- secondary_entities:
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: 2
- dps:
- - id: 2
- name: switch
- type: boolean
- - entity: number
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- category: config
- dps:
- - id: 7
- name: value
- type: integer
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- unit: min
- - entity: number
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- category: config
- dps:
- - id: 8
- name: value
- type: integer
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- unit: min
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 16
- name: switch
- type: boolean
|