kilo_plus_air_purifier.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. name: Air purifier
  2. products:
  3. - id: ueldkqa5dggrzrio
  4. manufacturer: Afloia
  5. model: Kilo Plus
  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: 3
  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: button
  29. translation_key: filter_reset
  30. category: config
  31. dps:
  32. - id: 11
  33. name: button
  34. type: boolean
  35. - entity: select
  36. translation_key: timer
  37. category: config
  38. dps:
  39. - id: 18
  40. type: string
  41. name: option
  42. mapping:
  43. - dps_val: cancle
  44. value: "cancel"
  45. - dps_val: "1h"
  46. value: "1h"
  47. - dps_val: "2h"
  48. value: "2h"
  49. - dps_val: "3h"
  50. value: "3h"
  51. - dps_val: "4h"
  52. value: "4h"
  53. - entity: select
  54. name: Light
  55. category: config
  56. dps:
  57. - id: 101
  58. type: string
  59. name: option
  60. mapping:
  61. - dps_val: cancle
  62. value: "Off"
  63. - dps_val: "1"
  64. value: "Gradient"
  65. - dps_val: "2"
  66. value: "On"
  67. - entity: sensor
  68. translation_key: time_remaining
  69. class: duration
  70. category: diagnostic
  71. dps:
  72. - id: 20
  73. type: integer
  74. name: sensor
  75. unit: "min"