essentials_purifier.yaml 2.3 KB

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