Hello, after installation of 2025.05 my cards changes size.
If you look at the picture you will see the size height of the cards increased, and the text, run out of the box. Like Garten, and 14.4
- is this a known bug and it will be changed again, or
- Do I have to change something in my css as it will stay this way.
3.I allready tryed to solve the issue with margin and padding, but my knowledge is not sufficient, as my programming stopped with Shell.
type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: markdown
content: <center> <font size=3>Wohnzimmer </font>
card_mod:
style: |
ha-card {
height: 50px !important;
}
- type: horizontal-stack
cards:
- type: markdown
content: >-
<center> <font size = '7'> {{ states
('sensor.homatic_wohnzimmertemperatursensor_temperature')}}</font>
</center>
card_mod:
style: |
ha-card {
width: 120%;
height: 80px !important;
margin: 0px !important;
padding: 0px 0px 5px 0px;
}
- type: markdown
content: >-
<center> <font size = '7'> {{ states
('sensor.homatic_wohnzimmertemperatursensor_humidity')}}%</font>
card_mod:
style: |
ha-card {
width: 120%;
height: 80px !important;
}
- type: markdown
content: >-
<center> <font size = 6> {{ state_attr ('climate.homatic_wohnzimmer',
'temperature')}}</font>
card_mod:
style: |
ha-card {
width: 100%;
height: 80px !important;
}
- type: markdown
content: <center> <font size=6>Garten </font>
card_mod:
style: |
ha-card {
height: 50px !important;
}
- type: horizontal-stack
cards:
- type: markdown
content: |-
<center> <font size = '8'> {{ states
('sensor.homatic_gartentemperatuffuhler_temperature') }} </font>
- type: markdown
content: |-
<center> <font size = '8'> {{ states
('sensor.homatic_gartentemperatuffuhler_humidity') }} % </font>
- type: horizontal-stack
cards:
- type: markdown
content: |-
<center> <font size = '8'> {{ states
('sensor.homatic_temperature_sensor_2_external_delta_channel_2_temperature') }}</font>
- type: markdown
content: |-
<center> <font size = '8'> {{ states
('sensor.homatic_temperature_sensor_2_external_delta_channel_1_temperature') }}</font>
card_mod:
style: |
ha-card {
background-color: rgb(0, 0, 100);
}
- type: markdown
content: <center> <font size=6>Keller </font>
card_mod:
style: |
ha-card {
height: 50px !important;
}
- type: horizontal-stack
cards:
- type: markdown
content: >
<center> <font size = 8'> {{ states
('sensor.homatic_kellertemperatur_temperature') }} </font>
- type: markdown
content: >
<center> <font size = 8'> {{ states
('sensor.homatic_kellertemperatur_humidity') }} % </font>