simple_quad_switch.yaml 662 B

12345678910111213141516171819202122232425262728293031323334
  1. name: Simple 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
  27. - entity: switch
  28. translation_key: switch_x
  29. translation_placeholders:
  30. x: "4"
  31. dps:
  32. - id: 4
  33. name: switch
  34. type: boolean