New climate card and features

I like the design of the new climate card introduced in 2023.12, but I miss the feature buttons it used to provide: Schedule, heat and off. I tried to get them back by adding features for dashboard cards, but only get an empty button bar so that probably isn’t the way.

How can I get these buttons back?

My code:

type: vertical-stack
cards:
  - type: horizontal-stack
    cards:
      - type: horizontal-stack
        cards:
          - type: thermostat
            entity: climate.huiskamer_2
            theme: amoled
            features:
              - type: climate-hvac-modes
                preset_modes:
                  - auto
                  - heat
                  - 'off'
...

Used to like something like:
image

With current version and code looks like:
image

Try:

            entity: climate.huiskamer_2
            theme: amoled
            features:
              - type: climate-hvac-modes
                hvac_modes:
                  - auto
                  - heat
                  - 'off'

Yup that works, thanks.

1 Like

Im having an issue of when you press a mode button on the new thermostat card it jumps up to the top of the page, how do I stop that?

Thanks

You have already opened an issue in the correct place

So now it is just a matter of waiting for it to be fixed.