lifubide_x600_purifier.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. name: Air purifier
  2. products:
  3. - id: t40kx2rdqjzjss4a
  4. name: Lifubide X600
  5. primary_entity:
  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. 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. translation_key: child_lock
  36. category: config
  37. dps:
  38. - id: 7
  39. type: boolean
  40. name: lock
  41. - entity: light
  42. translation_key: indicator
  43. category: config
  44. dps:
  45. - id: 8
  46. type: boolean
  47. name: switch
  48. - entity: binary_sensor
  49. class: problem
  50. category: diagnostic
  51. dps:
  52. - id: 22
  53. type: bitfield
  54. name: sensor
  55. mapping:
  56. - dps_val: 0
  57. value: false
  58. - value: true