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. translation_key: fan_with_presets
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - id: 3
  13. type: string
  14. name: preset_mode
  15. mapping:
  16. - dps_val: auto
  17. value: smart
  18. - dps_val: sleep
  19. value: sleep
  20. - dps_val: manual
  21. value: normal
  22. - id: 22
  23. type: bitfield
  24. name: fault_code
  25. secondary_entities:
  26. - entity: sensor
  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