clofte_duo_400_humidifier.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. name: Humidifier
  2. products:
  3. - id: aa8iuikeenvbsznx
  4. manufacturer: Clofte
  5. model: Duo 400
  6. model_id: T3-CLOFTE
  7. entities:
  8. - entity: fan
  9. translation_only_key: fan_with_presets
  10. dps:
  11. - id: 1
  12. name: switch
  13. type: boolean
  14. - id: 111
  15. type: integer
  16. name: speed
  17. range:
  18. min: 0
  19. max: 4
  20. - entity: switch
  21. translation_key: sleep
  22. dps:
  23. - id: 101
  24. name: switch
  25. type: boolean
  26. - entity: switch
  27. name: Mute
  28. icon: mdi:volume-mute
  29. dps:
  30. - id: 116
  31. name: switch
  32. type: boolean
  33. - entity: switch
  34. name: Drying
  35. dps:
  36. - id: 105
  37. name: switch
  38. type: boolean
  39. - entity: sensor
  40. class: pm25
  41. dps:
  42. - id: 2
  43. type: integer
  44. optional: true
  45. name: sensor
  46. unit: ugm3
  47. - entity: sensor
  48. translation_key: water_level
  49. class: enum
  50. category: diagnostic
  51. dps:
  52. - id: 108
  53. type: string
  54. name: sensor
  55. mapping:
  56. - dps_val: low
  57. value: low
  58. - dps_val: high
  59. value: high
  60. - entity: button
  61. translation_key: filter_reset
  62. category: config
  63. dps:
  64. - id: 11
  65. type: boolean
  66. optional: true
  67. name: button
  68. - entity: sensor
  69. translation_key: filter_life
  70. category: diagnostic
  71. dps:
  72. - id: 16
  73. type: integer
  74. name: sensor
  75. unit: "%"
  76. - entity: switch
  77. translation_key: uv_sterilization
  78. dps:
  79. - id: 9
  80. type: boolean
  81. name: switch