rgbcw_lightbulb.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. name: RGBCW Lightbulb
  2. products:
  3. - id: aok3caeleulg1neh
  4. name: Lijun smart bulb RGBCW
  5. primary_entity:
  6. entity: light
  7. dps:
  8. - id: 20
  9. type: boolean
  10. name: switch
  11. - id: 21
  12. type: string
  13. name: color_mode
  14. mapping:
  15. - dps_val: white
  16. value: color_temp
  17. - dps_val: colour
  18. value: rgbw
  19. - dps_val: scene
  20. value: colorloop
  21. - dps_val: music
  22. value: random
  23. - id: 22
  24. name: brightness
  25. type: integer
  26. range:
  27. min: 10
  28. max: 1000
  29. mapping:
  30. - scale: 3.92
  31. - id: 23
  32. name: color_temp
  33. type: integer
  34. optional: true
  35. range:
  36. min: 0
  37. max: 1000
  38. mapping:
  39. - invert: true
  40. - id: 24
  41. name: rgbhsv
  42. type: hex
  43. optional: true
  44. format:
  45. - name: h
  46. bytes: 2
  47. range:
  48. min: 0
  49. max: 360
  50. - name: s
  51. bytes: 2
  52. range:
  53. min: 0
  54. max: 1000
  55. - name: v
  56. bytes: 2
  57. range:
  58. min: 0
  59. max: 1000
  60. - id: 25
  61. name: scene_data
  62. type: hex
  63. optional: true
  64. - id: 27
  65. name: music_data
  66. type: hex
  67. optional: true
  68. - id: 28
  69. name: control_data
  70. type: hex
  71. optional: true
  72. - id: 30
  73. name: rhythm_mode
  74. type: hex
  75. optional: true
  76. - id: 31
  77. name: sleep_mode
  78. type: hex
  79. optional: true
  80. - id: 32
  81. name: wakeup_mode
  82. type: hex
  83. optional: true
  84. secondary_entities:
  85. - entity: number
  86. name: Timer
  87. category: config
  88. icon: "mdi:timer"
  89. dps:
  90. - id: 26
  91. name: value
  92. type: integer
  93. range:
  94. min: 0
  95. max: 86400
  96. unit: min
  97. mapping:
  98. - scale: 60
  99. step: 60