| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- name: Triple switch
- products:
- - id: 16621606d8bfc0d93558
- model: KS-811-3
- 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: switch
- translation_key: switch_x
- translation_placeholders:
- x: "3"
- dps:
- - id: 3
- name: switch
- type: boolean
- - entity: number
- category: config
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 9
- name: value
- type: integer
- 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: 10
- name: value
- type: integer
- 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: 11
- name: value
- type: integer
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
|