atomi_ceiling_fan.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. name: Ceiling fan
  2. products:
  3. - id: keyxcgdguks9shua
  4. name: Atomi 52 inch ceiling fan
  5. primary_entity:
  6. entity: fan
  7. translation_key: fan_with_presets
  8. dps:
  9. - id: 60
  10. type: boolean
  11. name: switch
  12. - id: 61
  13. type: string
  14. name: preset_mode
  15. mapping:
  16. - dps_val: fresh
  17. value: fresh
  18. - dps_val: nature
  19. value: nature
  20. - id: 64
  21. type: integer
  22. name: speed
  23. range:
  24. min: 0
  25. max: 3
  26. mapping:
  27. - scale: 0.03
  28. - id: 71
  29. type: string
  30. name: unknown_71
  31. secondary_entities:
  32. - entity: light
  33. name: Light
  34. dps:
  35. - id: 20
  36. type: boolean
  37. name: switch
  38. - id: 21
  39. # docs give the standard white, colour, scene, music values, but this
  40. # device does not have color or scene dps, so just leave it for monitoring
  41. name: work_mode
  42. type: string
  43. - id: 22
  44. name: brightness
  45. type: integer
  46. range:
  47. min: 10
  48. max: 1000
  49. mapping:
  50. - scale: 3.92
  51. - id: 23
  52. name: color_temp
  53. type: integer
  54. range:
  55. min: 0
  56. max: 1000
  57. - entity: number
  58. name: Light timer
  59. category: config
  60. icon: "mdi:timer"
  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. - entity: switch
  73. name: Do not disturb
  74. category: config
  75. dps:
  76. - id: 34
  77. type: boolean
  78. name: switch