Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ entities:
conditions:
- dps_val: COOL
value: cool
- dps_val: HEAT
value: heat
- dps_val: FAN
value: fan_only
# dp4 also lists HEAT, but this is a cool-only model (see dp110).
# Left out until a heat-capable model can confirm it.
- dps_val: DRY
value: dry
- id: 2
Expand All @@ -30,11 +30,11 @@ entities:
mapping:
- constraint: temperature_unit
conditions:
- dps_val: C
- dps_val: c
range:
min: 16
max: 32
- dps_val: F
max: 30
- dps_val: f
range:
min: 60
max: 90
Expand Down Expand Up @@ -92,9 +92,9 @@ entities:
type: string
name: option
mapping:
- dps_val: C
- dps_val: c
value: celsius
- dps_val: F
- dps_val: f
value: fahrenheit
- entity: switch
translation_key: auto_dry
Expand Down
Loading