essentials_purifier.yaml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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: switch
  62. name: Filter reset
  63. category: config
  64. icon: "mdi:refresh"
  65. dps:
  66. - id: 11
  67. type: boolean
  68. name: switch
  69. - entity: select
  70. name: Timer
  71. icon: "mdi:timer"
  72. category: config
  73. dps:
  74. - id: 18
  75. name: option
  76. type: string
  77. mapping:
  78. - dps_val: cancel
  79. value: "Off"
  80. - dps_val: 2h
  81. value: "2 hours"
  82. - dps_val: 4h
  83. value: "4 hours"
  84. - dps_val: 8h
  85. value: "8 hours"
  86. - entity: sensor
  87. name: Timer
  88. icon: "mdi:timer"
  89. category: diagnostic
  90. dps:
  91. - id: 19
  92. type: integer
  93. name: sensor
  94. readonly: true
  95. unit: "min"
  96. - entity: sensor
  97. name: PM2.5
  98. class: pm25
  99. dps:
  100. - id: 2
  101. type: integer
  102. name: sensor
  103. class: measurement
  104. unit: ugm3
  105. - entity: sensor
  106. name: Air quality
  107. dps:
  108. - id: 21
  109. type: string
  110. name: sensor
  111. readonly: true
  112. - entity: select
  113. name: Mode
  114. dps:
  115. - id: 3
  116. name: option
  117. type: string
  118. mapping:
  119. - dps_val: auto
  120. value: "Auto"
  121. - dps_val: "M"
  122. value: "Medium"
  123. - dps_val: "H"
  124. value: "High"
  125. - dps_val: "sleep"
  126. value: "Sleep"