| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- name: Triple switch with timer and backlight
- products:
- - id: m4viuhaiez8qjswh
- manufacturer: Moes
- entities:
- - entity: light
- name: "Gang 1"
- dps:
- - id: 1
- name: switch
- type: boolean
- - entity: light
- name: "Gang 2"
- dps:
- - id: 2
- name: switch
- type: boolean
- - entity: light
- name: "Gang 3"
- dps:
- - id: 3
- name: switch
- type: boolean
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 16
- name: switch
- type: boolean
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 7
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 8
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "3"
- dps:
- - id: 9
- type: integer
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - entity: select
- category: config
- translation_key: initial_state
- dps:
- - id: 14
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: 0
- value: "on"
- - dps_val: 1
- value: "off"
- - dps_val: 2
- value: memory
|