cleverio_ap100_purifier.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: Air purifier
  2. products:
  3. - id: 6bspwvsqhl4vuanj
  4. name: Cleverio AP100
  5. primary_entity:
  6. entity: fan
  7. icon: "mdi:air-purifier"
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - id: 4
  13. type: integer
  14. name: speed
  15. range:
  16. min: 1
  17. max: 4
  18. secondary_entities:
  19. - entity: sensor
  20. name: Filter
  21. icon: "mdi:air-filter"
  22. category: diagnostic
  23. dps:
  24. - id: 5
  25. type: integer
  26. name: sensor
  27. unit: "%"
  28. - entity: light
  29. class: indicator
  30. dps:
  31. - id: 8
  32. type: boolean
  33. name: switch
  34. - entity: select
  35. translation_key: timer
  36. category: config
  37. dps:
  38. - id: 19
  39. type: string
  40. name: option
  41. mapping:
  42. - dps_val: cancle
  43. value: cancel
  44. - dps_val: "1"
  45. value: "1h"
  46. - dps_val: "2"
  47. value: "2h"
  48. - dps_val: "3"
  49. value: "4h"
  50. - dps_val: "4"
  51. value: "8h"
  52. - entity: sensor
  53. name: Air quality
  54. class: enum
  55. icon: "mdi:factory"
  56. category: diagnostic
  57. dps:
  58. - id: 22
  59. type: string
  60. name: sensor
  61. mapping:
  62. - dps_val: "1"
  63. value: Excellent
  64. - dps_val: "2"
  65. value: Good
  66. - dps_val: "3"
  67. value: Fair
  68. - dps_val: "4"
  69. value: Poor