ledvance_smart_ceilingfan.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. name: Ceiling fan
  2. products:
  3. - id: h2xswd4oyce7bikh
  4. manufacturer: Ledvance
  5. model: Ceiling fan with light
  6. entities:
  7. - entity: fan
  8. dps:
  9. - id: 51
  10. type: boolean
  11. name: switch
  12. - id: 53
  13. type: integer
  14. name: speed
  15. range:
  16. min: 1
  17. max: 3
  18. - entity: light
  19. dps:
  20. - id: 20
  21. type: boolean
  22. name: switch
  23. - id: 21
  24. name: color_mode
  25. type: string
  26. mapping:
  27. - dps_val: white
  28. value: color_temp
  29. - dps_val: colour
  30. value: hs
  31. - dps_val: scene
  32. value: Scene
  33. - dps_val: music
  34. value: Music
  35. - id: 22
  36. name: brightness
  37. type: integer
  38. range:
  39. min: 10
  40. max: 1000
  41. - id: 23
  42. name: color_temp
  43. type: integer
  44. range:
  45. min: 0
  46. max: 1000
  47. mapping:
  48. - target_range:
  49. min: 2700
  50. max: 6500
  51. - entity: text
  52. translation_key: scene
  53. category: config
  54. hidden: true
  55. dps:
  56. - id: 25
  57. type: hex
  58. name: value
  59. - entity: time
  60. name: Light timer
  61. translation_key: timer
  62. category: config
  63. dps:
  64. - id: 26
  65. type: integer
  66. name: second
  67. range:
  68. min: 0
  69. max: 86399
  70. - entity: time
  71. name: Fan timer
  72. translation_key: timer
  73. category: config
  74. dps:
  75. - id: 55
  76. type: integer
  77. name: second
  78. range:
  79. min: 0
  80. max: 86399