Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b63376

Browse files
authoredDec 28, 2024··
Cecotec ReadyWarm 8400: changes from review
- naming tweaks - use lower case cancel in timer to use translations - use comfort instead of auto to use translations - mark some duplicate hvac_modes hidden to ensure consistent behaviour - remove redundant readonly marking on inherently read-only attribute PR make-all#2701
1 parent 7247ce2 commit 9b63376

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
 

‎custom_components/tuya_local/devices/cecotec_readywarm_8400.yaml

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Bladeless Heater
1+
name: Fan Heater
22
products:
33
- id: var0f7dheclxpjuz
4-
name: ReadyWarm Bladeless
4+
name: Cecotec ReadyWarm 8400 Bladeless
55
primary_entity:
66
entity: climate
77
translation_only_key: heater
@@ -15,15 +15,14 @@ primary_entity:
1515
- dps_val: true
1616
constraint: preset_mode
1717
conditions:
18-
- dps_val: "null"
19-
value: fan_only
20-
hidden: true
2118
- dps_val: "off"
2219
value: fan_only
2320
- dps_val: "low"
2421
value: heat
22+
hidden: true
2523
- dps_val: "high"
2624
value: heat
25+
hidden: true
2726
- dps_val: "auto"
2827
value: heat
2928
- id: 2
@@ -36,7 +35,6 @@ primary_entity:
3635
- id: 3
3736
type: integer
3837
name: current_temperature
39-
readonly: true
4038
- id: 4
4139
name: preset_mode
4240
type: string
@@ -49,7 +47,7 @@ primary_entity:
4947
- dps_val: "high"
5048
value: boost
5149
- dps_val: "auto"
52-
value: auto
50+
value: comfort
5351
- id: 8
5452
type: boolean
5553
name: swing_mode
@@ -68,7 +66,7 @@ secondary_entities:
6866
type: string
6967
mapping:
7068
- dps_val: "0h"
71-
value: Cancel
69+
value: cancel
7270
- dps_val: "1h"
7371
value: "1h"
7472
- dps_val: "2h"

0 commit comments

Comments
 (0)
Please sign in to comment.