klarta_forste4_purifier.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. name: Air purifier
  2. products:
  3. - id: zxpmhropoeoigxav
  4. manufacturer: Klarta
  5. model: Forste 4
  6. entities:
  7. - entity: fan
  8. translation_only_key: fan_with_presets
  9. icon: "mdi:air-purifier"
  10. dps:
  11. - id: 1
  12. type: boolean
  13. name: switch
  14. - id: 3
  15. type: string
  16. name: preset_mode
  17. mapping:
  18. - dps_val: auto
  19. value: smart
  20. - dps_val: manual
  21. value: normal
  22. - dps_val: sleep
  23. value: sleep
  24. - dps_val: screenoff
  25. value: displayoff
  26. - id: 4
  27. type: string
  28. name: speed
  29. mapping:
  30. - dps_val: 8
  31. value: 100
  32. - dps_val: 6
  33. value: 75
  34. - dps_val: 4
  35. value: 50
  36. - dps_val: 2
  37. value: 25
  38. - entity: sensor
  39. class: pm25
  40. dps:
  41. - id: 2
  42. type: integer
  43. name: sensor
  44. class: measurement
  45. unit: ugm3
  46. - entity: sensor
  47. name: Active filter life
  48. icon: "mdi:air-filter"
  49. category: diagnostic
  50. dps:
  51. - id: 5
  52. type: integer
  53. name: sensor
  54. unit: "%"
  55. - entity: switch
  56. translation_key: ionizer
  57. category: config
  58. dps:
  59. - id: 6
  60. type: boolean
  61. name: switch
  62. - entity: lock
  63. translation_key: child_lock
  64. category: config
  65. dps:
  66. - id: 7
  67. type: boolean
  68. name: lock
  69. - entity: button
  70. translation_key: filter_reset
  71. category: config
  72. dps:
  73. - id: 11
  74. type: boolean
  75. name: button
  76. - entity: sensor
  77. class: temperature
  78. dps:
  79. - id: 12
  80. type: integer
  81. name: sensor
  82. unit: C
  83. class: measurement
  84. - entity: sensor
  85. class: humidity
  86. dps:
  87. - id: 13
  88. type: integer
  89. name: sensor
  90. unit: "%"
  91. class: measurement
  92. - entity: sensor
  93. translation_key: air_quality
  94. class: enum
  95. dps:
  96. - id: 21
  97. type: string
  98. name: sensor
  99. mapping:
  100. - dps_val: great
  101. value: excellent
  102. - dps_val: Good
  103. value: good
  104. - dps_val: mild
  105. value: moderate
  106. - dps_val: Poor
  107. value: poor