simple_triple_switch_timer.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. name: Triple switch
  2. products:
  3. - id: 16621606d8bfc0d93558
  4. model: KS-811-3
  5. entities:
  6. - entity: switch
  7. translation_key: switch_x
  8. translation_placeholders:
  9. x: "1"
  10. dps:
  11. - id: 1
  12. name: switch
  13. type: boolean
  14. - entity: switch
  15. translation_key: switch_x
  16. translation_placeholders:
  17. x: "2"
  18. dps:
  19. - id: 2
  20. name: switch
  21. type: boolean
  22. - entity: switch
  23. translation_key: switch_x
  24. translation_placeholders:
  25. x: "3"
  26. dps:
  27. - id: 3
  28. name: switch
  29. type: boolean
  30. - entity: number
  31. category: config
  32. class: duration
  33. translation_key: timer_x
  34. translation_placeholders:
  35. x: "1"
  36. dps:
  37. - id: 9
  38. name: value
  39. type: integer
  40. unit: min
  41. range:
  42. min: 0
  43. max: 86400
  44. mapping:
  45. - scale: 60
  46. step: 60
  47. - entity: number
  48. category: config
  49. class: duration
  50. translation_key: timer_x
  51. translation_placeholders:
  52. x: "2"
  53. dps:
  54. - id: 10
  55. name: value
  56. type: integer
  57. unit: min
  58. range:
  59. min: 0
  60. max: 86400
  61. mapping:
  62. - scale: 60
  63. step: 60
  64. - entity: number
  65. category: config
  66. class: duration
  67. translation_key: timer_x
  68. translation_placeholders:
  69. x: "3"
  70. dps:
  71. - id: 11
  72. name: value
  73. type: integer
  74. unit: min
  75. range:
  76. min: 0
  77. max: 86400
  78. mapping:
  79. - scale: 60
  80. step: 60