simple_quad_switch.yaml 672 B

1234567891011121314151617181920212223242526272829303132333435
  1. name: Simple switch
  2. primary_entity:
  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. secondary_entities:
  12. - entity: switch
  13. translation_key: switch_x
  14. translation_placeholders:
  15. x: "2"
  16. dps:
  17. - id: 2
  18. name: switch
  19. type: boolean
  20. - entity: switch
  21. translation_key: switch_x
  22. translation_placeholders:
  23. x: "3"
  24. dps:
  25. - id: 3
  26. name: switch
  27. type: boolean
  28. - entity: switch
  29. translation_key: switch_x
  30. translation_placeholders:
  31. x: "4"
  32. dps:
  33. - id: 4
  34. name: switch
  35. type: boolean