| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- name: Dual switch with timers
- products:
- - id: key9nfnyp89j4esc
- primary_entity:
- entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: "1"
- dps:
- - id: 1
- type: boolean
- name: switch
- secondary_entities:
- - 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
|