cleverio_ap100_purifier.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. name: Air purifier
  2. products:
  3. - id: 6bspwvsqhl4vuanj
  4. manufacturer: Cleverio
  5. model: AP100
  6. entities:
  7. - entity: fan
  8. icon: "mdi:air-purifier"
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: switch
  13. - id: 4
  14. type: integer
  15. name: speed
  16. range:
  17. min: 1
  18. max: 4
  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. translation_key: air_quality
  54. class: enum
  55. category: diagnostic
  56. dps:
  57. - id: 22
  58. type: string
  59. name: sensor
  60. mapping:
  61. - dps_val: "1"
  62. value: excellent
  63. - dps_val: "2"
  64. value: good
  65. - dps_val: "3"
  66. value: moderate
  67. - dps_val: "4"
  68. value: poor