Lovelace: Simple thermostat card

Hi
Does anyone else not see icons for presets in version 2.5 and Home Assistant 2022.11.2? (I also tried 2.4x)

Also, does anyone know how to change the labels for the presets, so that it says “Frost protection” instead of ECO, or sleep instead of night and such?

but I don’t get it. I really tried to understand it, but what I really needed to understand were more examples with screenshots.

Also above someone commented that “version: 3” is not needed anymore. However the card clearly changes when putting this into the code.

Furthermore, when I put “version: 3” the labels change
without version 3:


with version 3:

The order is mixed up as well.
How can I have temperature at the top again?

I tried to set custom icons for modes, but to no success. Please not the lack of indentation. It does not work with indentation, which I thought would be needed for “icon” and “name” under comfort.

Here is my code:

type: custom:simple-thermostat
entity: climate.heizung_kuche_und_galerie_2
version: 3
step_size: 0.5
sensors:
  - entity: sensor.feuchte_esszimmer
    name: Feuchte
layout:
  mode:
    headings: false
    icons: true
    names: true
hide:
  state: false
control:
  preset:
    comfort: true
    name: Warm
    icon: mdi:sofa
    home: false
    away: true
    sleep: true
    eco: true
    none: false