essentials_purifier.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. name: UV sterilization
  45. category: config
  46. dps:
  47. - id: 9
  48. type: boolean
  49. name: switch
  50. mapping:
  51. - dps_val: true
  52. icon: "mdi:lightbulb"
  53. - dps_val: false
  54. icon: "mdi:lightbulb-outline"
  55. - entity: button
  56. name: Filter reset
  57. class: restart
  58. category: config
  59. dps:
  60. - id: 11
  61. type: boolean
  62. name: button
  63. - entity: select
  64. translation_key: timer
  65. category: config
  66. dps:
  67. - id: 18
  68. name: option
  69. type: string
  70. mapping:
  71. - dps_val: cancel
  72. value: "Off"
  73. - dps_val: 2h
  74. value: "2 hours"
  75. - dps_val: 4h
  76. value: "4 hours"
  77. - dps_val: 8h
  78. value: "8 hours"
  79. - entity: sensor
  80. name: Timer
  81. class: duration
  82. category: diagnostic
  83. dps:
  84. - id: 19
  85. type: integer
  86. name: sensor
  87. unit: "min"
  88. - entity: sensor
  89. class: pm25
  90. dps:
  91. - id: 2
  92. type: integer
  93. name: sensor
  94. class: measurement
  95. unit: ugm3
  96. - entity: sensor
  97. name: Air quality
  98. dps:
  99. - id: 21
  100. type: string
  101. name: sensor
  102. - entity: select
  103. name: Mode
  104. dps:
  105. - id: 3
  106. name: option
  107. type: string
  108. mapping:
  109. - dps_val: auto
  110. value: "Auto"
  111. - dps_val: "M"
  112. value: "Medium"
  113. - dps_val: "H"
  114. value: "High"
  115. - dps_val: "sleep"
  116. value: "Sleep"