| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- name: Humidifier
- products:
- - id: aa8iuikeenvbsznx
- manufacturer: Clofte
- model: Duo 400
- model_id: T3-CLOFTE
- entities:
- - entity: fan
- translation_only_key: fan_with_presets
- dps:
- - id: 1
- name: switch
- type: boolean
- - id: 111
- type: integer
- name: speed
- range:
- min: 0
- max: 4
- - entity: switch
- translation_key: sleep
- dps:
- - id: 101
- name: switch
- type: boolean
- - entity: switch
- name: Mute
- icon: mdi:volume-mute
- dps:
- - id: 116
- name: switch
- type: boolean
- - entity: switch
- name: Drying
- dps:
- - id: 105
- name: switch
- type: boolean
- - entity: sensor
- class: pm25
- dps:
- - id: 2
- type: integer
- optional: true
- name: sensor
- unit: ugm3
- - entity: sensor
- translation_key: water_level
- class: enum
- category: diagnostic
- dps:
- - id: 108
- type: string
- name: sensor
- mapping:
- - dps_val: low
- value: low
- - dps_val: high
- value: high
- - entity: button
- translation_key: filter_reset
- category: config
- dps:
- - id: 11
- type: boolean
- optional: true
- name: button
- - entity: sensor
- translation_key: filter_life
- category: diagnostic
- dps:
- - id: 16
- type: integer
- name: sensor
- unit: "%"
- - entity: switch
- translation_key: uv_sterilization
- dps:
- - id: 9
- type: boolean
- name: switch
|