| 123456789101112131415161718192021222324252627 |
- name: Triple switch
- primary_entity:
- entity: switch
- translation_key: switch_x
- translation_placeholders:
- x: 1
- dps:
- - id: 1
- name: switch
- type: boolean
- secondary_entities:
- - 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
|