himox_h05_purifier.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. name: Himox H05 Air Purifier
  2. primary_entity:
  3. entity: fan
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: switch
  8. - id: 4
  9. type: string
  10. name: preset_mode
  11. mapping:
  12. - dps_val: auto
  13. value: auto
  14. - dps_val: low
  15. value: low
  16. - dps_val: mid
  17. value: mid
  18. - dps_val: high
  19. value: high
  20. secondary_entities:
  21. - entity: sensor
  22. name: Current Temperature
  23. class: temperature
  24. category: diagnostic
  25. dps:
  26. - id: 2
  27. type: integer
  28. name: sensor
  29. unit: C
  30. class: measurement
  31. - entity: sensor
  32. name: Active Filter Life
  33. icon: "mdi:air-filter"
  34. category: diagnostic
  35. dps:
  36. - id: 5
  37. type: integer
  38. name: sensor
  39. readonly: true
  40. unit: "%"
  41. - entity: lock
  42. name: Child Lock
  43. category: config
  44. dps:
  45. - id: 7
  46. type: boolean
  47. name: lock
  48. mapping:
  49. - dps_val: true
  50. icon: "mdi:hand-back-right-off"
  51. - dps_val: false
  52. icon: "mdi:hand-back-right"
  53. - entity: switch
  54. name: Filter Reset
  55. category: config
  56. dps:
  57. - id: 11
  58. type: boolean
  59. name: switch
  60. - entity: select
  61. name: Timer
  62. icon: "mdi:timer"
  63. category: config
  64. dps:
  65. - id: 18
  66. name: option
  67. type: string
  68. mapping:
  69. - dps_val: cancel
  70. value: "Off"
  71. - dps_val: 4h
  72. value: "4 hours"
  73. - dps_val: 8h
  74. value: "8 hours"
  75. - entity: sensor
  76. name: Air Quality
  77. dps:
  78. - id: 21
  79. type: string
  80. name: sensor
  81. readonly: true