hosome_purifier.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. name: Air purifier
  2. products:
  3. - id: sferhht3hjkc942e
  4. manufacturer: Hosome
  5. entities:
  6. - entity: fan
  7. translation_only_key: fan_with_presets
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - id: 3
  13. name: preset_mode
  14. type: string
  15. mapping:
  16. - dps_val: Auto
  17. value: smart
  18. - dps_val: Manual
  19. value: normal
  20. - dps_val: Sleep
  21. value: sleep
  22. - id: 4
  23. type: string
  24. name: speed
  25. mapping:
  26. - dps_val: "1"
  27. value: 33
  28. - dps_val: "2"
  29. value: 67
  30. - dps_val: "3"
  31. value: 100
  32. - id: 22
  33. type: string
  34. name: unknown_22
  35. - entity: sensor
  36. class: pm25
  37. dps:
  38. - id: 2
  39. type: integer
  40. name: sensor
  41. class: measurement
  42. unit: ugm3
  43. - entity: sensor
  44. translation_key: filter_life
  45. category: diagnostic
  46. dps:
  47. - id: 5
  48. type: integer
  49. name: sensor
  50. unit: "%"
  51. - entity: lock
  52. translation_key: child_lock
  53. category: config
  54. dps:
  55. - id: 7
  56. type: boolean
  57. name: lock