| 12345678910111213141516171819202122232425262728293031323334 |
- name: Simple switch
- 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: switch
- translation_key: switch_x
- translation_placeholders:
- x: "4"
- dps:
- - id: 4
- name: switch
- type: boolean
|