essentials_purifier.yaml 2.7 KB

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