calex_s45cleare27_light.yaml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. name: CCT lightbulb
  2. products:
  3. - id: q66b4arnni1rnqlk
  4. manufacturer: Calex
  5. model: S45 Clear E27
  6. entities:
  7. - entity: light
  8. dps:
  9. - id: 20
  10. type: boolean
  11. name: switch
  12. - id: 21
  13. type: string
  14. name: color_mode
  15. mapping:
  16. - dps_val: white
  17. value: color_temp
  18. - dps_val: colour
  19. value: Colour
  20. - dps_val: scene
  21. value: Scene
  22. - dps_val: music
  23. value: Music
  24. - id: 22
  25. name: brightness
  26. type: integer
  27. range:
  28. min: 10
  29. max: 1000
  30. - id: 23
  31. name: color_temp
  32. type: integer
  33. optional: true
  34. range:
  35. min: 0
  36. max: 1000
  37. mapping:
  38. - target_range:
  39. min: 2700
  40. max: 6500
  41. - id: 28
  42. name: control_data
  43. type: hex
  44. optional: true
  45. - id: 30
  46. name: rhythm_mode
  47. type: base64
  48. optional: true
  49. - id: 31
  50. name: sleep_mode
  51. type: base64
  52. optional: true
  53. - id: 32
  54. name: wakeup_mode
  55. type: base64
  56. optional: true
  57. - entity: number
  58. translation_key: timer
  59. class: duration
  60. category: config
  61. dps:
  62. - id: 26
  63. type: integer
  64. name: value
  65. unit: min
  66. range:
  67. min: 0
  68. max: 86400
  69. mapping:
  70. - scale: 60
  71. step: 60
  72. optional: true
  73. - entity: select
  74. name: Scene
  75. icon: "mdi:palette"
  76. category: config
  77. dps:
  78. - id: 25
  79. type: string
  80. name: option
  81. optional: true
  82. mapping:
  83. - dps_val: "000c0d0000000000000000c80000"
  84. # color: brown, static
  85. value: Night
  86. - dps_val: "010e0d0000840000000003e801f4"
  87. # color: white, static
  88. value: Read
  89. - dps_val: "020e0d0000e80383000003e803e8"
  90. # color: lt cyan, static
  91. value: Working
  92. - dps_val: "030e0d00001403e8000001f401f4"
  93. # color: grey, static
  94. value: Leisure