ledkia_fan_light.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. name: Light and fan
  2. products:
  3. - id: u5ovvhurbvynvspv
  4. manufacturer: Ledkia
  5. name: Fan and light controller
  6. - id: 6xxhlgqzuqgytuy
  7. manufacturer: Tamoor
  8. model: FG-6890
  9. entities:
  10. - entity: fan
  11. dps:
  12. - id: 60
  13. type: boolean
  14. name: switch
  15. - id: 62
  16. type: integer
  17. name: speed
  18. optional: true
  19. range:
  20. min: 1
  21. max: 6
  22. - id: 63
  23. type: string
  24. name: direction
  25. - entity: light
  26. dps:
  27. - id: 20
  28. type: boolean
  29. name: switch
  30. - id: 21
  31. type: string
  32. name: color_mode
  33. mapping:
  34. - dps_val: white
  35. value: color_temp
  36. - id: 22
  37. type: integer
  38. name: brightness
  39. range:
  40. min: 10
  41. max: 1000
  42. - id: 23
  43. type: integer
  44. name: color_temp
  45. range:
  46. min: 0
  47. max: 1000
  48. optional: true
  49. mapping:
  50. - step: 500
  51. target_range:
  52. min: 2700
  53. max: 6500
  54. - id: 59
  55. type: string
  56. name: light_type
  57. optional: true
  58. - entity: number
  59. name: Minimum brightness
  60. icon: "mdi:brightness-6"
  61. category: config
  62. dps:
  63. - id: 58
  64. type: integer
  65. name: value
  66. unit: "%"
  67. optional: true
  68. range:
  69. min: 10
  70. max: 1000
  71. mapping:
  72. - scale: 10
  73. - entity: number
  74. name: Fan timer
  75. class: duration
  76. translation_key: timer
  77. category: config
  78. dps:
  79. - id: 64
  80. type: integer
  81. name: value
  82. range:
  83. min: 0
  84. max: 540
  85. unit: min