hosome_purifier.yaml 1.1 KB

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