Skip to content

Commit

Permalink
Cecotec ReadyWarm 8400: apply new config format changes
Browse files Browse the repository at this point in the history
- merge primary_entity and secondary_entities to a single list
- split product name ready for use in device info fields
  • Loading branch information
make-all committed Jan 4, 2025
1 parent dac769b commit 68abb7e
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions custom_components/tuya_local/devices/cecotec_readywarm_8400.yaml
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
name: Fan Heater
products:
- id: var0f7dheclxpjuz
name: Cecotec ReadyWarm 8400 Bladeless
primary_entity:
entity: climate
translation_only_key: heater
dps:
- id: 1
type: boolean
name: hvac_mode
mapping:
- dps_val: false
value: "off"
- dps_val: true
constraint: preset_mode
conditions:
- dps_val: "off"
value: fan_only
- dps_val: "low"
value: heat
hidden: true
- dps_val: "high"
value: heat
hidden: true
- dps_val: "auto"
value: heat
- id: 2
type: integer
name: temperature
unit: C
range:
min: 15
max: 40
- id: 3
type: integer
name: current_temperature
- id: 4
name: preset_mode
type: string
mapping:
- dps_val: "off"
value: none
- dps_val: "low"
value: eco
- dps_val: "high"
value: boost
- dps_val: "auto"
value: comfort
- id: 8
type: boolean
name: swing_mode
mapping:
- dps_val: false
value: "off"
- dps_val: true
value: "on"
secondary_entities:
manufacturer: Cecotec
model: ReadyWarm 8400 Bladeless
entities:
- entity: climate
translation_only_key: heater
dps:
- id: 1
type: boolean
name: hvac_mode
mapping:
- dps_val: false
value: "off"
- dps_val: true
constraint: preset_mode
conditions:
- dps_val: "off"
value: fan_only
- dps_val: "low"
value: heat
hidden: true
- dps_val: "high"
value: heat
hidden: true
- dps_val: "auto"
value: heat
- id: 2
type: integer
name: temperature
unit: C
range:
min: 15
max: 40
- id: 3
type: integer
name: current_temperature
- id: 4
name: preset_mode
type: string
mapping:
- dps_val: "off"
value: none
- dps_val: "low"
value: eco
- dps_val: "high"
value: boost
- dps_val: "auto"
value: comfort
- id: 8
type: boolean
name: swing_mode
mapping:
- dps_val: false
value: "off"
- dps_val: true
value: "on"
- entity: select
translation_key: timer
category: config
Expand Down

0 comments on commit 68abb7e

Please sign in to comment.