Based on Lepro RGBCW bulbs from Amazon.
@@ -0,0 +1,75 @@
+name: RGBCW Light bulb
+product:
+ - id: aok3caeleulg1neh
+primary_entity:
+ entity: light
+ dps:
+ - id: 20
+ type: boolean
+ name: switch
+ - id: 21
+ type: string
+ name: color_mode
+ mapping:
+ - dps_val: white
+ value: color_temp
+ - dps_val: colour
+ value: rgbw
+ - dps_val: scene
+ value: colorloop
+ - dps_val: music
+ value: random
+ - id: 22
+ name: brightness
+ type: integer
+ range:
+ min: 10
+ max: 1000
+ - scale: 3.92
+ - id: 23
+ name: color_temp
+ min: 0
+ - invert: true
+ - id: 24
+ name: rgbhsv
+ type: hex
+ format:
+ - name: h
+ bytes: 2
+ max: 360
+ - name: s
+ - name: v
+ - id: 25
+ name: scene_data
+secondary_entities:
+ - entity: number
+ name: Timer
+ category: config
+ icon: "mdi:timer"
+ - id: 26
+ name: value
+ max: 86400
+ unit: min
+ - scale: 60
+ step: 60