simple_triple_switch.yaml 508 B

123456789101112131415161718192021222324252627
  1. name: Triple 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