Hi,
I have two climate devices, one heatpump with alot of settings and modes, which looks good on the thermostat card, and one ventilation with just 4 different speeds and a setpoint, which looks terrible on the thermostat card.
Why does the thermostat card show all the modes for the heatpump on the card for the ventilation?
climate:
- platform: mqtt
name: HeatPump
unique_id: toshibaheatpump
modes:
- "auto"
- "cool"
- "heat"
- "dry"
- "fan_only"
swing_modes:
- "on"
- "off"
fan_modes:
- "quiet"
- "lvl_1"
- "lvl_2"
- "lvl_3"
- "lvl_4"
- "lvl_5"
- "auto"
power_command_topic: "varmepumpe/state/set"
power_state_topic: "varmepumpe/state/state"
mode_command_topic: "varmepumpe/mode/set"
mode_state_topic: "varmepumpe/mode/state"
current_temperature_topic: "varmepumpe/roomtemp"
temperature_command_topic: "varmepumpe/setpoint/set"
temperature_state_topic: "varmepumpe/setpoint/state"
fan_mode_command_topic: "varmepumpe/fanmode/set"
fan_mode_state_topic: "varmepumpe/fanmode/state"
swing_mode_command_topic: "varmepumpe/swingmode/set"
swing_mode_state_topic: "varmepumpe/swingmode/state"
temp_step: 1
precision: 1
- platform: mqtt
name: Ventilasjon
unique_id: flexitsl4r
fan_modes:
- "low"
- "medium"
- "high"
- "overridden"
fan_mode_command_topic: "ventilasjon/fanlevel/set"
fan_mode_state_topic: "ventilasjon/fanlevel/state"
temperature_command_topic: "ventilason/setpoint/set"
temperature_state_topic: "ventilasjon/setpoint/state"