How to decrease the thermostat card

Guys, I’m trying to reduce the size of this card.

I’d like to keep everything, just reduce it, I think it takes up too much of my board.

my code

type: thermostat
entity: climate.midea_ac_151732605488127
features:
  - type: climate-fan-modes
    style: dropdown
  - type: climate-hvac-modes
show_current_as_primary: false
card_mod:
  style: |
    ha-card {
      opacity: 70%;
      color: var(--primary-color);
   
    }

There are several alternative climate cards you can choose from :wink:

https://smarthomescene.com/blog/top-8-home-assistant-thermostat-cards/

1 Like

The color of the dial is turning red when the thermostat is on. I would like to make it blue. I chose the Better Thermostat.

Does anyone know how to change this? I don’t want the color red.