| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- name: Somgoms double switch
- entities:
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 1
- name: switch
- type: boolean
- - 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
|