essentials_purifier.yaml 2.8 KB

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