quad_power_timer.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. name: Quad powerstrip
  2. products:
  3. - id: ckg60n4x6qakegxo
  4. name: Pearl Xystec NX-4986-919 4xUSB
  5. entities:
  6. - entity: switch
  7. translation_key: outlet_x
  8. translation_placeholders:
  9. x: "1"
  10. class: outlet
  11. dps:
  12. - id: 1
  13. type: boolean
  14. name: switch
  15. - entity: switch
  16. translation_key: outlet_x
  17. translation_placeholders:
  18. x: "2"
  19. class: outlet
  20. dps:
  21. - id: 2
  22. type: boolean
  23. name: switch
  24. - entity: switch
  25. translation_key: outlet_x
  26. translation_placeholders:
  27. x: "3"
  28. class: outlet
  29. dps:
  30. - id: 3
  31. type: boolean
  32. name: switch
  33. - entity: switch
  34. translation_key: outlet_x
  35. translation_placeholders:
  36. x: "4"
  37. class: outlet
  38. dps:
  39. - id: 4
  40. type: boolean
  41. name: switch
  42. - entity: number
  43. category: config
  44. class: duration
  45. translation_key: timer_x
  46. translation_placeholders:
  47. x: "1"
  48. dps:
  49. - id: 9
  50. type: integer
  51. name: value
  52. unit: min
  53. range:
  54. min: 0
  55. max: 86400
  56. mapping:
  57. - scale: 60
  58. step: 60
  59. - entity: number
  60. category: config
  61. class: duration
  62. translation_key: timer_x
  63. translation_placeholders:
  64. x: "2"
  65. dps:
  66. - id: 10
  67. type: integer
  68. name: value
  69. unit: min
  70. range:
  71. min: 0
  72. max: 86400
  73. mapping:
  74. - scale: 60
  75. step: 60
  76. - entity: number
  77. category: config
  78. class: duration
  79. translation_key: timer_x
  80. translation_placeholders:
  81. x: "3"
  82. dps:
  83. - id: 11
  84. type: integer
  85. name: value
  86. unit: min
  87. range:
  88. min: 0
  89. max: 86400
  90. mapping:
  91. - scale: 60
  92. step: 60
  93. - entity: number
  94. category: config
  95. class: duration
  96. translation_key: timer_x
  97. translation_placeholders:
  98. x: "4"
  99. dps:
  100. - id: 12
  101. type: integer
  102. name: value
  103. unit: min
  104. range:
  105. min: 0
  106. max: 86400
  107. mapping:
  108. - scale: 60
  109. step: 60