| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- name: Air purifier
- products:
- - id: t40kx2rdqjzjss4a
- name: Lifubide X600
- primary_entity:
- entity: fan
- translation_key: fan_with_presets
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 3
- type: string
- name: preset_mode
- mapping:
- - dps_val: auto
- value: smart
- - dps_val: sleep
- value: sleep
- - dps_val: manual
- value: normal
- - id: 22
- type: bitfield
- name: fault_code
- secondary_entities:
- - entity: sensor
- class: pm25
- dps:
- - id: 2
- type: integer
- name: sensor
- unit: ugm3
- class: measurement
- - entity: lock
- name: Child lock
- icon: "mdi:hand-back-right-off"
- category: config
- dps:
- - id: 7
- type: boolean
- name: lock
- - entity: light
- name: Indicator
- category: config
- dps:
- - id: 8
- type: boolean
- name: switch
- - entity: binary_sensor
- name: Fault
- class: problem
- category: diagnostic
- dps:
- - id: 22
- type: bitfield
- name: sensor
- mapping:
- - dps_val: 0
- value: false
- - value: true
|