simple_six_switch.yaml 982 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. name: Simple Six 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
  35. - entity: switch
  36. translation_key: switch_x
  37. translation_placeholders:
  38. x: "5"
  39. dps:
  40. - id: 5
  41. name: switch
  42. type: boolean
  43. - entity: switch
  44. translation_key: switch_x
  45. translation_placeholders:
  46. x: "6"
  47. dps:
  48. - id: 6
  49. name: switch
  50. type: boolean