Resize thermostat card -Lovelace

I am a beginner in HA lovelace. I tried to create a panel with 3 thermostats and 1 lamp. I need to resize some parts (i.e. Font, status bar ) or delete some info (i.e. min temp).
Following the code and a panel snapshot.


cards:
  - cards:
      - entity: climate.cucina
        type: thermostat
      - entity: climate.salone
        type: thermostat
    type: horizontal-stack
  - cards:
      - entity: climate.daikinap95299
        type: thermostat
      - entity: light.cucina
        type: light
    type: horizontal-stack
type: vertical-stack

Thanks
Pask

I’m not sure that it’s what you’re looking for, but if you add your thermostat as an entity to entity card, it will look as a string with its state, target and current temperature. I like it.

1 Like

Got it… I implemented and it looks nice :slight_smile:

1 Like

@AhmadK I also tried Your suggestion. It works fine, but I’d like to have smaller themrostats, similar to what @Pasquale_Cancellara was trying to do.
Is this a bug in lovelace?
I’m very new to HA, so I don’t know where to ask for such changes - here or on github

Possibly, I don’t know.

You mean where ask for a fix? Go to Github and create a new issue there.

there is already an open issue related to this problem: https://github.com/home-assistant/ui-schema/issues/221 I commented there.