himox_h06_purifier.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. name: Filter reset
  37. category: config
  38. class: restart
  39. dps:
  40. - id: 11
  41. type: boolean
  42. name: button
  43. - entity: select
  44. translation_key: timer
  45. category: config
  46. dps:
  47. - id: 18
  48. name: option
  49. type: string
  50. mapping:
  51. - dps_val: cancel
  52. value: "Off"
  53. - dps_val: 4h
  54. value: "4 hours"
  55. - dps_val: 8h
  56. value: "8 hours"
  57. - entity: sensor
  58. translation_key: time_remaining
  59. category: diagnostic
  60. class: duration
  61. dps:
  62. - id: 19
  63. type: integer
  64. name: sensor
  65. unit: "min"
  66. - entity: sensor
  67. name: Air quality
  68. dps:
  69. - id: 22
  70. type: string
  71. name: sensor
  72. - entity: select
  73. name: Configuration
  74. dps:
  75. - id: 101
  76. name: option
  77. type: string
  78. mapping:
  79. - dps_val: calcle
  80. value: "Auto"
  81. - dps_val: "1"
  82. value: "Medium"
  83. - dps_val: "2"
  84. value: "Severe"