himox_h05_purifier.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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: 1h
  72. value: "1 hour"
  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: Air quality
  81. dps:
  82. - id: 21
  83. type: string
  84. name: sensor
  85. readonly: true