blitzwolf_bw_lt31.yaml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. name: LED strip
  2. products:
  3. - id: khu3zzkkjemj6oat
  4. manufacturer: Blitzwolf
  5. model: BW-LT31
  6. entities:
  7. - entity: light
  8. icon: "mdi:led-strip-variant"
  9. dps:
  10. - id: 20
  11. type: boolean
  12. name: switch
  13. - id: 21
  14. type: string
  15. name: color_mode
  16. mapping:
  17. - dps_val: dynamic_mod
  18. value: Dynamic
  19. - dps_val: color
  20. value: hs
  21. - dps_val: scene_mod
  22. value: Scene
  23. - dps_val: music
  24. value: Music
  25. - id: 22
  26. name: brightness
  27. type: integer
  28. optional: true
  29. range:
  30. min: 10
  31. max: 1000
  32. - id: 24
  33. name: rgbhsv
  34. type: hex
  35. optional: true
  36. format:
  37. - name: h
  38. bytes: 2
  39. range:
  40. min: 0
  41. max: 360
  42. - name: s
  43. bytes: 2
  44. range:
  45. min: 0
  46. max: 1000
  47. - name: v
  48. bytes: 2
  49. range:
  50. min: 0
  51. max: 1000
  52. - id: 103
  53. name: line_sequence_adjustment
  54. type: integer
  55. - entity: select
  56. name: Music
  57. icon: "mdi:palette"
  58. category: config
  59. dps:
  60. - id: 102
  61. type: string
  62. name: option
  63. optional: true
  64. mapping:
  65. - dps_val: "119"
  66. value: "Classic 25%"
  67. - dps_val: "132"
  68. value: "Classic 50%"
  69. - dps_val: "14b"
  70. value: "Classic 75%"
  71. - dps_val: "164"
  72. value: "Classic 100%"
  73. - dps_val: "219"
  74. value: "Soft 25%"
  75. - dps_val: "232"
  76. value: "Soft 50%"
  77. - dps_val: "24b"
  78. value: "Soft 75%"
  79. - dps_val: "264"
  80. value: "Soft 100%"
  81. - dps_val: "319"
  82. value: "Dynamic 25%"
  83. - dps_val: "332"
  84. value: "Dynamic 50%"
  85. - dps_val: "34b"
  86. value: "Dynamic 75%"
  87. - dps_val: "364"
  88. value: "Dynamic 100%"
  89. - dps_val: "419"
  90. value: "Disco 25%"
  91. - dps_val: "432"
  92. value: "Disco 50%"
  93. - dps_val: "44b"
  94. value: "Disco 75%"
  95. - dps_val: "464"
  96. value: "Disco 100%"
  97. - entity: select
  98. name: Dynamic
  99. icon: "mdi:palette"
  100. category: config
  101. dps:
  102. - id: 106
  103. type: string
  104. name: option
  105. optional: true
  106. mapping:
  107. - dps_val: "013264000003e803e8"
  108. value: "Breath"
  109. # color+ R, speed 50, bright 100
  110. - dps_val: "023264000003e803e8"
  111. value: "Flash"
  112. # color+ R, speed 50, bright 100
  113. - dps_val: "033264000003e803e8007803e803e800f003e80\
  114. 3e8003b03e803e8013603e803e8010e03e803e8"
  115. value: "Jump"
  116. # color+ R+G+B+Y+C+P, speed 50, bright 100
  117. - dps_val: "043264000003e803e8007803e803e800f003e803e8"
  118. value: "Gradient"
  119. # color+ R+G+B, speed 50, bright 100
  120. - dps_val: "053264"
  121. value: "Symphony"
  122. # color All, speed 50, bright 100
  123. - dps_val: "063264000003e803e8"
  124. value: "Chasing"
  125. # color1 R, speed 50, bright 100
  126. - dps_val: "073264000003e803e8"
  127. value: "Meteor"
  128. # color1 R, speed 50, bright 100
  129. - dps_val: "083264000003e803e8"
  130. value: "Stacking"
  131. # color1 R, speed 50, bright 100
  132. - dps_val: "0932640000000003e8"
  133. value: "Adjoint"
  134. # color1 W, speed 50, bright 100
  135. - entity: select
  136. translation_key: scene
  137. category: config
  138. dps:
  139. - id: 108
  140. type: string
  141. name: option
  142. optional: true
  143. mapping:
  144. - dps_val: CJ_YD
  145. value: reading
  146. # color: white, static
  147. - dps_val: CJ_QC
  148. value: morning
  149. # color: white, yellow, static
  150. - dps_val: CJ_WA
  151. value: night
  152. # color: red, static
  153. - dps_val: CJ_XK
  154. value: twinkle
  155. # color: blue, flash
  156. - dps_val: CJ_JH
  157. value: party
  158. # color* All, Flash, Mid speed
  159. - dps_val: CJ_YS
  160. value: movie
  161. # color: lightblue, static
  162. - entity: number
  163. name: Strip points
  164. category: config
  165. dps:
  166. - id: 104
  167. name: value
  168. type: integer
  169. optional: true
  170. range:
  171. min: 10
  172. max: 200