essentials_purifier.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. name: Air purifier
  2. entities:
  3. - entity: fan
  4. translation_key: fan_with_presets
  5. icon: "mdi:air-purifier"
  6. dps:
  7. - id: 1
  8. type: boolean
  9. name: switch
  10. - id: 3
  11. name: preset_mode
  12. type: string
  13. mapping:
  14. - dps_val: auto
  15. value: smart
  16. - dps_val: M
  17. value: normal
  18. - dps_val: H
  19. value: strong
  20. - dps_val: sleep
  21. value: sleep
  22. - entity: switch
  23. deprecated: fan
  24. icon: "mdi:air-purifier"
  25. dps:
  26. - id: 1
  27. type: boolean
  28. name: switch
  29. - entity: sensor
  30. name: Active filter life
  31. icon: "mdi:air-filter"
  32. category: diagnostic
  33. dps:
  34. - id: 5
  35. type: integer
  36. name: sensor
  37. unit: "%"
  38. - entity: lock
  39. translation_key: child_lock
  40. category: config
  41. dps:
  42. - id: 7
  43. type: boolean
  44. name: lock
  45. - entity: select
  46. name: Light
  47. category: config
  48. dps:
  49. - id: 101
  50. name: option
  51. type: string
  52. mapping:
  53. - dps_val: Standard
  54. value: "On"
  55. icon: "mdi:lightbulb-on"
  56. - dps_val: Soft
  57. value: "Soft"
  58. icon: "mdi:lightbulb-on-outline"
  59. - dps_val: Close
  60. value: "Off"
  61. icon: "mdi:lightbulb-outline"
  62. - entity: switch
  63. translation_key: uv_sterilization
  64. category: config
  65. dps:
  66. - id: 9
  67. type: boolean
  68. name: switch
  69. - entity: button
  70. translation_key: filter_reset
  71. category: config
  72. dps:
  73. - id: 11
  74. type: boolean
  75. name: button
  76. - entity: select
  77. translation_key: timer
  78. category: config
  79. dps:
  80. - id: 18
  81. name: option
  82. type: string
  83. mapping:
  84. - dps_val: cancel
  85. value: cancel
  86. - dps_val: 2h
  87. value: "2h"
  88. - dps_val: 4h
  89. value: "4h"
  90. - dps_val: 8h
  91. value: "8h"
  92. - entity: sensor
  93. translation_key: time_remaining
  94. class: duration
  95. category: diagnostic
  96. dps:
  97. - id: 19
  98. type: integer
  99. name: sensor
  100. unit: min
  101. - entity: sensor
  102. class: pm25
  103. dps:
  104. - id: 2
  105. type: integer
  106. name: sensor
  107. class: measurement
  108. unit: ugm3
  109. - entity: sensor
  110. translation_key: air_quality
  111. dps:
  112. - id: 21
  113. type: string
  114. name: sensor
  115. - entity: select
  116. name: Mode
  117. deprecated: fan
  118. dps:
  119. - id: 3
  120. name: option
  121. type: string
  122. mapping:
  123. - dps_val: auto
  124. value: Auto
  125. - dps_val: M
  126. value: Medium
  127. - dps_val: H
  128. value: High
  129. - dps_val: sleep
  130. value: Sleep