|
|
@@ -1,7 +1,7 @@
|
|
|
name: Dehumidifier
|
|
|
products:
|
|
|
- id: b9oyi2yofflroq1g
|
|
|
- name: Alpha Q25 Pro WiFi Dehumidifier
|
|
|
+ name: Alpha Q25 Pro dehumidifier
|
|
|
primary_entity:
|
|
|
entity: humidifier
|
|
|
class: dehumidifier
|
|
|
@@ -73,7 +73,7 @@ secondary_entities:
|
|
|
name: sensor
|
|
|
mapping:
|
|
|
- dps_val: 0
|
|
|
- value: Ok
|
|
|
+ value: Normal
|
|
|
icon: "mdi:check-circle-outline"
|
|
|
icon_priority: 2
|
|
|
- dps_val: 1
|
|
|
@@ -89,17 +89,9 @@ secondary_entities:
|
|
|
icon: "mdi:cup-water"
|
|
|
icon_priority: 2
|
|
|
- dps_val: 8
|
|
|
- value: Defrost
|
|
|
+ value: Defrosting
|
|
|
icon: "mdi:snowflake-melt"
|
|
|
icon_priority: 2
|
|
|
- - entity: switch
|
|
|
- name: Swing
|
|
|
- icon: "mdi:cached"
|
|
|
- category: config
|
|
|
- dps:
|
|
|
- - id: 8
|
|
|
- type: boolean
|
|
|
- name: switch
|
|
|
- entity: switch
|
|
|
name: Ionizer
|
|
|
icon: "mdi:atom-variant"
|
|
|
@@ -108,21 +100,34 @@ secondary_entities:
|
|
|
- id: 10
|
|
|
type: boolean
|
|
|
name: switch
|
|
|
- - entity: select
|
|
|
- name: Fan (Purify / Manual only)
|
|
|
- icon: "mdi:fan"
|
|
|
- category: config
|
|
|
+ - entity: fan
|
|
|
dps:
|
|
|
+ - id: 1
|
|
|
+ name: switch
|
|
|
+ type: boolean
|
|
|
+ mapping:
|
|
|
+ - constraint: dehumidifier_mode
|
|
|
+ conditions:
|
|
|
+ - dps_val: Manual
|
|
|
+ - dps_val: Purifier
|
|
|
+ - invalid: true
|
|
|
- id: 4
|
|
|
+ name: speed
|
|
|
type: string
|
|
|
- name: option
|
|
|
mapping:
|
|
|
- - dps_val: high
|
|
|
- value: High
|
|
|
- dps_val: low
|
|
|
- value: Low
|
|
|
+ value: 50
|
|
|
+ - dps_val: high
|
|
|
+ value: 100
|
|
|
+ - id: 8
|
|
|
+ type: boolean
|
|
|
+ name: oscillate
|
|
|
+ - id: 5
|
|
|
+ name: dehumidifier_mode
|
|
|
+ type: string
|
|
|
+ hidden: true
|
|
|
- entity: switch
|
|
|
- name: UV
|
|
|
+ name: UV sterilization
|
|
|
icon: "mdi:lightbulb-fluorescent-tube"
|
|
|
category: config
|
|
|
dps:
|