simple_triple_switch.yaml 504 B

1234567891011121314151617181920212223242526
  1. name: Triple switch
  2. entities:
  3. - entity: switch
  4. translation_key: switch_x
  5. translation_placeholders:
  6. x: "1"
  7. dps:
  8. - id: 1
  9. name: switch
  10. type: boolean
  11. - entity: switch
  12. translation_key: switch_x
  13. translation_placeholders:
  14. x: "2"
  15. dps:
  16. - id: 2
  17. name: switch
  18. type: boolean
  19. - entity: switch
  20. translation_key: switch_x
  21. translation_placeholders:
  22. x: "3"
  23. dps:
  24. - id: 3
  25. name: switch
  26. type: boolean