4
0

lifubide_x600_purifier.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. name: PM2.5
  28. class: pm25
  29. dps:
  30. - id: 2
  31. type: integer
  32. name: sensor
  33. unit: ugm3
  34. class: measurement
  35. - entity: lock
  36. name: Child lock
  37. icon: "mdi:hand-back-right-off"
  38. category: config
  39. dps:
  40. - id: 7
  41. type: boolean
  42. name: lock
  43. - entity: light
  44. name: Indicator
  45. category: config
  46. dps:
  47. - id: 8
  48. type: boolean
  49. name: switch
  50. - entity: binary_sensor
  51. name: Fault
  52. class: problem
  53. category: diagnostic
  54. dps:
  55. - id: 22
  56. type: bitfield
  57. name: sensor
  58. mapping:
  59. - dps_val: 0
  60. value: false
  61. - value: true