Remove symbols to gain space

Hi there,

I would like the following representation for temperatures in Lovelace:

Temperaturen
In order to gain more space for the text, I would like to remove the temperature symbols. The removal also worked, but then the space is not released for the text.

Is there a possibility to adapt this eg by code?

Thanks very much.
Oh, I chose this display because I want large font for the temperatures and I don’t like the round maps.

Greetings Werner

It might help if you tell us which card you are using.

Oh sorry
Currently “Horizontal Stack Card Configuration”.

:man_facepalming: what cards are you stacking in the horizontal stack?

This is currently “Entity”.
Here is the code for it:

type: horizontal-stack
cards:
  - type: entity
    entity: sensor.lumi_lumi_sens_f1345c04_temperature
    name: Küche
  - type: entity
    entity: sensor.lumi_lumi_airmonitor_acn01_temperature
    name: Schlaf
  - type: entity
    entity: sensor.lumi_lumi_sens_temperature
    name: Work
  - type: entity
    entity: sensor.tz2000_a476raq2_ts0201_temperature
    name: Terra

Ok, have a look at the custom button card (it can be used for sensors too). It gives you complete control over the layout.

1 Like

Thanks very much. That should work…

Greetings Werner