himox_h06_purifier.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. name: Himox H06 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: speed
  11. mapping:
  12. - dps_val: "low"
  13. value: 33
  14. - dps_val: "mid"
  15. value: 67
  16. - dps_val: "high"
  17. value: 100
  18. secondary_entities:
  19. - entity: sensor
  20. name: Active filter life
  21. icon: "mdi:air-filter"
  22. category: diagnostic
  23. dps:
  24. - id: 5
  25. type: integer
  26. name: sensor
  27. unit: "%"
  28. - entity: light
  29. name: AQ indicator
  30. category: config
  31. dps:
  32. - id: 8
  33. type: boolean
  34. name: switch
  35. - entity: button
  36. translation_key: filter_reset
  37. category: config
  38. dps:
  39. - id: 11
  40. type: boolean
  41. name: button
  42. - entity: select
  43. translation_key: timer
  44. category: config
  45. dps:
  46. - id: 18
  47. name: option
  48. type: string
  49. mapping:
  50. - dps_val: cancel
  51. value: cancel
  52. - dps_val: 4h
  53. value: "4h"
  54. - dps_val: 8h
  55. value: "8h"
  56. - entity: sensor
  57. translation_key: time_remaining
  58. category: diagnostic
  59. class: duration
  60. dps:
  61. - id: 19
  62. type: integer
  63. name: sensor
  64. unit: "min"
  65. - entity: sensor
  66. name: Air quality
  67. dps:
  68. - id: 22
  69. type: string
  70. name: sensor
  71. - entity: select
  72. name: Configuration
  73. dps:
  74. - id: 101
  75. name: option
  76. type: string
  77. mapping:
  78. - dps_val: calcle
  79. value: "Auto"
  80. - dps_val: "1"
  81. value: "Medium"
  82. - dps_val: "2"
  83. value: "Severe"