cct_lightbulb.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: CCT lightbulb
  2. products:
  3. - id: dqs8oqdeccnqjfkx
  4. model: A60
  5. - id: znfxaaxc89zz6m5a
  6. model: A65
  7. - id: c59bbbt5xsm6fkkk
  8. manufacturer: Laser
  9. model: 10W smart white bulb E27
  10. - id: t6kkutyhtbbohacx
  11. manufacturer: Connect
  12. model: 10W smart white bulb E27
  13. - id: owzzoxsdudnxgije
  14. manufacturer: Genio
  15. name: CCT downlight
  16. entities:
  17. - entity: light
  18. dps:
  19. - id: 20
  20. type: boolean
  21. name: switch
  22. - id: 21
  23. name: work_mode
  24. type: string
  25. - id: 22
  26. name: brightness
  27. type: integer
  28. range:
  29. min: 10
  30. max: 1000
  31. - id: 23
  32. name: color_temp
  33. type: integer
  34. range:
  35. min: 0
  36. max: 1000
  37. mapping:
  38. - target_range:
  39. min: 2700
  40. max: 6500
  41. - id: 25
  42. name: scene
  43. type: hex
  44. optional: true
  45. - entity: number
  46. translation_key: timer
  47. class: duration
  48. category: config
  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