| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- name: Dual switch with timers
- products:
- - id: key9nfnyp89j4esc
- entities:
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 1
- type: boolean
- name: switch
- - entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "2"
- dps:
- - id: 2
- type: boolean
- name: switch
- - entity: number
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "1"
- category: config
- dps:
- - id: 7
- type: integer
- name: value
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- unit: min
- - entity: number
- class: duration
- translation_key: timer_x
- translation_placeholders:
- x: "2"
- category: config
- dps:
- - id: 8
- type: integer
- name: value
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- unit: min
|