himox_h05_purifier.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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: button
  54. name: Filter reset
  55. class: restart
  56. category: config
  57. dps:
  58. - id: 11
  59. type: boolean
  60. name: button
  61. - entity: select
  62. name: Timer
  63. icon: "mdi:timer"
  64. category: config
  65. dps:
  66. - id: 18
  67. name: option
  68. type: string
  69. mapping:
  70. - dps_val: cancel
  71. value: "Off"
  72. - dps_val: 1h
  73. value: "1 hour"
  74. - dps_val: 2h
  75. value: "2 hours"
  76. - dps_val: 4h
  77. value: "4 hours"
  78. - dps_val: 8h
  79. value: "8 hours"
  80. - entity: sensor
  81. name: Air quality
  82. dps:
  83. - id: 21
  84. type: string
  85. name: sensor
  86. readonly: true