lifubide_x600_purifier.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: Air purifier
  2. products:
  3. - id: t40kx2rdqjzjss4a
  4. name: Lifubide X600
  5. primary_entity:
  6. entity: fan
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: switch
  11. - id: 3
  12. type: string
  13. name: preset_mode
  14. mapping:
  15. - dps_val: auto
  16. value: Auto
  17. - dps_val: sleep
  18. value: Sleep
  19. - dps_val: manual
  20. value: Manual
  21. - id: 22
  22. type: bitfield
  23. name: fault_code
  24. secondary_entities:
  25. - entity: sensor
  26. name: PM2.5
  27. class: pm25
  28. dps:
  29. - id: 2
  30. type: integer
  31. name: sensor
  32. unit: ugm3
  33. class: measurement
  34. - entity: lock
  35. name: Child lock
  36. icon: "mdi:hand-back-right-off"
  37. category: config
  38. dps:
  39. - id: 7
  40. type: boolean
  41. name: lock
  42. - entity: light
  43. name: Indicator
  44. category: config
  45. dps:
  46. - id: 8
  47. type: boolean
  48. name: switch
  49. - entity: binary_sensor
  50. name: Fault
  51. class: problem
  52. category: diagnostic
  53. dps:
  54. - id: 22
  55. type: bitfield
  56. name: sensor
  57. mapping:
  58. - dps_val: 0
  59. value: false
  60. - value: true