rgbcw_lightbulb.yaml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. name: RGBCW lightbulb
  2. products:
  3. - id: aok3caeleulg1neh
  4. manufacturer: Lijun
  5. - id: keytg5kq8gvkv9dh
  6. manufacturer: Lijun
  7. - id: nh2i3k5q5aenhdq3
  8. manufacturer: Aubess
  9. model: E14 RGBCW
  10. - id: ei0cjv7ogxdgcekq
  11. manufacturer: Brilliant Smart
  12. name: RGB garden lights
  13. - id: ivxfweclfhvra3ym
  14. manufacturer: Lampux
  15. name: Bedside lamp
  16. - id: wufw0loegkb1y3u3
  17. manufacturer: Mirabella Genio
  18. model: A60 RGB+CCT
  19. - id: gshkqhi4fx9qqwrr
  20. manufacturer: ANWIO
  21. model: BR30 RGB+CCT 13W
  22. - id: 1wyg8eca64whbtcd
  23. manufacturer: Arlec
  24. model: Grid Connect 6W RGB+CCT downlight
  25. name: RGBCW downlight
  26. model_id: ALD275HA
  27. - id: kw2oclsjnfal3mfv
  28. manufacturer: Beamlux
  29. name: BLX501
  30. - id: csmd08jaltoa4n15
  31. manufacturer: Mirabella Genio
  32. model: CLXRGB60
  33. name: RGBW downlight
  34. - id: iucfl5wpdk4w0cjm
  35. manufacturer: Laser Smart Home
  36. model: LSH-E14RGB5W
  37. - id: e8dhekwuvrdogter
  38. manufacturer: Cree
  39. model: CMA21-100W-AL-9ACK
  40. entities:
  41. - entity: light
  42. dps:
  43. - id: 20
  44. type: boolean
  45. name: switch
  46. - id: 21
  47. type: string
  48. name: color_mode
  49. mapping:
  50. - dps_val: white
  51. value: color_temp
  52. - dps_val: colour
  53. value: hs
  54. - dps_val: scene
  55. value: Scene
  56. - dps_val: music
  57. value: Music
  58. - id: 22
  59. name: brightness
  60. type: integer
  61. optional: true
  62. range:
  63. min: 10
  64. max: 1000
  65. mapping:
  66. - dps_val: null
  67. value: 0
  68. - id: 23
  69. name: color_temp
  70. type: integer
  71. optional: true
  72. range:
  73. min: 0
  74. max: 1000
  75. mapping:
  76. - target_range:
  77. min: 2700
  78. max: 6500
  79. - id: 24
  80. name: rgbhsv
  81. type: hex
  82. optional: true
  83. format:
  84. - name: h
  85. bytes: 2
  86. range:
  87. min: 0
  88. max: 360
  89. - name: s
  90. bytes: 2
  91. range:
  92. min: 0
  93. max: 1000
  94. - name: v
  95. bytes: 2
  96. range:
  97. min: 0
  98. max: 1000
  99. - id: 27
  100. name: music_data
  101. type: hex
  102. optional: true
  103. - id: 28
  104. name: control_data
  105. type: hex
  106. optional: true
  107. - id: 30
  108. name: rhythm_mode
  109. type: base64
  110. optional: true
  111. - id: 31
  112. name: sleep_mode
  113. type: base64
  114. optional: true
  115. - id: 32
  116. name: wakeup_mode
  117. type: base64
  118. optional: true
  119. - entity: time
  120. translation_key: timer
  121. category: config
  122. dps:
  123. - id: 26
  124. name: second
  125. type: integer
  126. optional: true
  127. range:
  128. min: 0
  129. max: 86400
  130. - entity: switch
  131. translation_key: do_not_disturb
  132. hidden: unavailable
  133. category: config
  134. dps:
  135. - id: 34
  136. type: boolean
  137. optional: true
  138. name: switch
  139. - id: 34
  140. type: boolean
  141. optional: true
  142. name: available
  143. mapping:
  144. - dps_val: null
  145. value: false
  146. - value: true
  147. - entity: text
  148. translation_key: scene
  149. category: config
  150. hidden: true
  151. dps:
  152. - id: 25
  153. name: value
  154. type: hex
  155. optional: true
  156. - entity: select
  157. translation_key: scene
  158. category: config
  159. dps:
  160. - id: 25
  161. type: string
  162. name: option
  163. optional: true
  164. mapping:
  165. - dps_val: "000c0d0000000000000000c80000"
  166. # color: brown, static
  167. value: night
  168. - dps_val: "010e0d0000840000000003e801f4"
  169. # color: white, static
  170. value: reading
  171. - dps_val: "020e0d0000e80383000003e803e8"
  172. # color: lt cyan, static
  173. value: working
  174. - dps_val: "030e0d00001403e8000001f401f4"
  175. # color: grey, static
  176. value: leisure
  177. - dps_val: "04464602007803e803e800000000464602007803e8000a00000000"
  178. # color: G+DkG, Breath, Mid speed
  179. value: Soft
  180. - dps_val: "05464601000003e803e800000000464601007803e803e800000000\
  181. 46460100f003e803e800000000464601003d03e803e80000000046460100ae\
  182. 03e803e800000000464601011303e803e800000000"
  183. # color* R+G+B+Y+C+V, Flash, Mid speed
  184. value: Colorful
  185. - dps_val: "06464601000003e803e800000000464601007803e803e800000000\
  186. 46460100f003e803e800000000"
  187. # color* R+G+B, Flash, Mid speed
  188. value: Dazzling
  189. - dps_val: "07464602000003e803e800000000464602007803e803e800000000\
  190. 46460200f003e803e800000000464602003d03e803e80000000046460200ae\
  191. 03e803e800000000464602011303e803e800000000"
  192. # color* R+G+B+Y+C+V, Breath, Mid speed
  193. value: Gorgeous