| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- name: Dehumidifier
- legacy_type: klarstein_dryfy_pro_connect_dehumidifier
- products:
- - id: b07ueqf4ymelhbi9
- manufacturer: Klarstein
- model: DryFy Pro Connect
- - id: 6cguug02fnygou5c
- manufacturer: Klarstein
- model: Dryfy Pro Connect
- - id: m0wtqltrepknlpdj
- manufacturer: Morris
- model: Premier Plus
- entities:
- - entity: humidifier
- class: dehumidifier
- dps:
- - id: 1
- name: switch
- type: boolean
- mapping:
- - dps_val: false
- icon: "mdi:air-humidifier-off"
- icon_priority: 1
- - dps_val: true
- icon: "mdi:air-humidifier"
- icon_priority: 3
- - id: 2
- name: mode
- type: string
- optional: true
- mapping:
- - dps_val: auto
- value: auto
- - dps_val: low
- value: eco
- - dps_val: high
- value: boost
- icon: "mdi:tshirt-crew-outline"
- icon_priority: 2
- - dps_val: fan
- value: purify
- icon: "mdi:air-purifier"
- icon_priority: 2
- - id: 3
- type: integer
- name: current_humidity
- - id: 4
- type: integer
- name: humidity
- range:
- min: 35
- max: 80
- mapping:
- - step: 5
- - entity: select
- name: Direction
- category: config
- icon: "mdi:sprinkler-variant"
- dps:
- - id: 102
- name: option
- type: string
- optional: true
- mapping:
- - dps_val: "0_90"
- value: "45°-90°"
- - dps_val: "45"
- value: "45°"
- - dps_val: "90"
- value: "90°"
- - entity: fan
- translation_only_key: fan_with_presets
- deprecated: select_direction
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 102
- name: preset_mode
- type: string
- optional: true
- mapping:
- - dps_val: "45"
- value: sleep
- - dps_val: "90"
- value: fresh
- - dps_val: "0_90"
- value: nature
- - id: 102
- name: oscillate
- type: string
- optional: true
- mapping:
- - dps_val: "0_90"
- value: true
- - dps_val: "90"
- value: false
- - value: false
- - entity: switch
- translation_key: uv_sterilization
- dps:
- - id: 10
- name: switch
- type: boolean
- - entity: light
- translation_key: display
- category: config
- dps:
- - id: 101
- type: boolean
- name: switch
- - entity: switch
- translation_key: ionizer
- dps:
- - id: 5
- name: switch
- optional: true
- type: boolean
- - entity: sensor
- class: temperature
- dps:
- - id: 103
- type: integer
- name: sensor
- unit: C
- class: measurement
|