cct_lightbulb.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: CCT lightbulb
  2. products:
  3. - id: dqs8oqdeccnqjfkx
  4. name: A60 lightbulb
  5. - id: znfxaaxc89zz6m5a
  6. name: A65 lightbulb
  7. - id: c59bbbt5xsm6fkkk
  8. name: Laser 10W Smart White Bulb E27
  9. - id: t6kkutyhtbbohacx
  10. name: Connect 10W Smart White Bulb E27
  11. - id: owzzoxsdudnxgije
  12. name: Genio CCT Downlight
  13. primary_entity:
  14. entity: light
  15. dps:
  16. - id: 20
  17. type: boolean
  18. name: switch
  19. - id: 21
  20. name: work_mode
  21. type: string
  22. - id: 22
  23. name: brightness
  24. type: integer
  25. range:
  26. min: 10
  27. max: 1000
  28. mapping:
  29. - scale: 3.92
  30. - id: 23
  31. name: color_temp
  32. type: integer
  33. range:
  34. min: 0
  35. max: 1000
  36. mapping:
  37. - target_range:
  38. min: 2700
  39. max: 6500
  40. - id: 25
  41. name: scene
  42. type: hex
  43. optional: true
  44. secondary_entities:
  45. - entity: number
  46. name: Timer
  47. category: config
  48. icon: "mdi:timer"
  49. dps:
  50. - id: 26
  51. type: integer
  52. name: value
  53. unit: min
  54. range:
  55. min: 0
  56. max: 86400
  57. mapping:
  58. - scale: 60
  59. step: 60
  60. optional: true