simple_triple_switch_timer.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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
  27. - entity: number
  28. category: config
  29. class: duration
  30. translation_key: timer_x
  31. translation_placeholders:
  32. x: "1"
  33. dps:
  34. - id: 9
  35. name: value
  36. type: integer
  37. unit: min
  38. range:
  39. min: 0
  40. max: 86400
  41. mapping:
  42. - scale: 60
  43. step: 60
  44. - entity: number
  45. category: config
  46. class: duration
  47. translation_key: timer_x
  48. translation_placeholders:
  49. x: "2"
  50. dps:
  51. - id: 10
  52. name: value
  53. type: integer
  54. unit: min
  55. range:
  56. min: 0
  57. max: 86400
  58. mapping:
  59. - scale: 60
  60. step: 60
  61. - entity: number
  62. category: config
  63. class: duration
  64. translation_key: timer_x
  65. translation_placeholders:
  66. x: "3"
  67. dps:
  68. - id: 11
  69. name: value
  70. type: integer
  71. unit: min
  72. range:
  73. min: 0
  74. max: 86400
  75. mapping:
  76. - scale: 60
  77. step: 60