usb_4way_powerstrip.yaml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. name: USB 4way powerstrip
  2. products:
  3. - id: D7Hl3AxFbHDS98iO
  4. manufacturer: AOFO
  5. model: ZLD-44EU-W
  6. entities:
  7. - entity: switch
  8. translation_key: outlet_x
  9. translation_placeholders:
  10. x: "1"
  11. class: outlet
  12. dps:
  13. - id: 1
  14. type: boolean
  15. name: switch
  16. - entity: switch
  17. translation_key: outlet_x
  18. translation_placeholders:
  19. x: "2"
  20. class: outlet
  21. dps:
  22. - id: 2
  23. type: boolean
  24. name: switch
  25. - entity: switch
  26. translation_key: outlet_x
  27. translation_placeholders:
  28. x: "3"
  29. class: outlet
  30. dps:
  31. - id: 3
  32. type: boolean
  33. name: switch
  34. - entity: switch
  35. translation_key: outlet_x
  36. translation_placeholders:
  37. x: "4"
  38. class: outlet
  39. dps:
  40. - id: 4
  41. type: boolean
  42. name: switch
  43. - entity: switch
  44. name: USB
  45. dps:
  46. - id: 7
  47. type: boolean
  48. name: switch
  49. - entity: time
  50. category: config
  51. translation_key: timer_x
  52. translation_placeholders:
  53. x: "1"
  54. dps:
  55. - id: 101
  56. type: integer
  57. name: second
  58. range:
  59. min: 0
  60. max: 86400
  61. - entity: time
  62. category: config
  63. translation_key: timer_x
  64. translation_placeholders:
  65. x: "2"
  66. dps:
  67. - id: 102
  68. type: integer
  69. name: second
  70. range:
  71. min: 0
  72. max: 86400
  73. - entity: time
  74. category: config
  75. translation_key: timer_x
  76. translation_placeholders:
  77. x: "3"
  78. dps:
  79. - id: 103
  80. type: integer
  81. name: second
  82. range:
  83. min: 0
  84. max: 86400
  85. - entity: time
  86. category: config
  87. translation_key: timer_x
  88. translation_placeholders:
  89. x: "4"
  90. dps:
  91. - id: 104
  92. type: integer
  93. name: second
  94. range:
  95. min: 0
  96. max: 86400
  97. - entity: time
  98. category: config
  99. translation_key: timer_x
  100. translation_placeholders:
  101. x: USB
  102. dps:
  103. - id: 105
  104. type: integer
  105. name: second
  106. range:
  107. min: 0
  108. max: 86400
  109. - entity: number
  110. category: config
  111. class: duration
  112. translation_key: timer_x
  113. translation_placeholders:
  114. x: "1"
  115. # 2025-07-20
  116. deprecated: time.timer_1
  117. dps:
  118. - id: 101
  119. type: integer
  120. name: value
  121. unit: min
  122. range:
  123. min: 0
  124. max: 86400
  125. mapping:
  126. - scale: 60
  127. step: 60
  128. - entity: number
  129. category: config
  130. class: duration
  131. translation_key: timer_x
  132. translation_placeholders:
  133. x: "2"
  134. # 2025-07-20
  135. deprecated: time.timer_2
  136. dps:
  137. - id: 102
  138. type: integer
  139. name: value
  140. unit: min
  141. range:
  142. min: 0
  143. max: 86400
  144. mapping:
  145. - scale: 60
  146. step: 60
  147. - entity: number
  148. category: config
  149. class: duration
  150. translation_key: timer_x
  151. translation_placeholders:
  152. x: "3"
  153. # 2025-07-20
  154. deprecated: time.timer_3
  155. dps:
  156. - id: 103
  157. type: integer
  158. name: value
  159. unit: min
  160. range:
  161. min: 0
  162. max: 86400
  163. mapping:
  164. - scale: 60
  165. step: 60
  166. - entity: number
  167. category: config
  168. class: duration
  169. translation_key: timer_x
  170. translation_placeholders:
  171. x: "4"
  172. # 2025-07-20
  173. deprecated: time.timer_4
  174. dps:
  175. - id: 104
  176. type: integer
  177. name: value
  178. unit: min
  179. range:
  180. min: 0
  181. max: 86400
  182. mapping:
  183. - scale: 60
  184. step: 60
  185. - entity: number
  186. name: USB timer
  187. # 2025-07-20
  188. deprecated: time.timer_usb
  189. category: config
  190. class: duration
  191. translation_key: timer
  192. dps:
  193. - id: 105
  194. type: integer
  195. name: value
  196. unit: min
  197. range:
  198. min: 0
  199. max: 86400
  200. mapping:
  201. - scale: 60
  202. step: 60