piitaya / lovelace-mushroom

Build a beautiful Home Assistant dashboard easily
Apache License 2.0
3.56k stars 330 forks source link

[Bug]: Template card padding broken with HA 2024.08 #1492

Closed MaJerle closed 1 month ago

MaJerle commented 1 month ago

Requirements

Current Behavior

No response

Expected Behavior

WIth HA 2024.08, new heights are introduced in the dashboard.

Steps To Reproduce

Context

YAML state

type: custom:mushroom-template-card
primary: Refrigerator
secondary: >-
  {{ states('sensor.temp_hum_sensor_8_refrigerator_temperature') }} °C, {{
  states('sensor.athom_smart_plug_v2_u03_dd4f02_refrigerator_power') }} W,
  Doors: {{ states('sensor.refrigerator_number_of_opened_doors') }}
icon: mdi:home
layout_options:
  grid_columns: 4
  grid_rows: 1

Environment

- Browser: Chrome
- HA Version: 2024.08
- Mushroom: v4.0.2

Anything else?

Image:

image

piitaya commented 1 month ago

Looks like you're not using the latest version or you have a theme installed. Can you confirm that you have the latest version installed using the browser console.

https://github.com/piitaya/lovelace-mushroom?tab=readme-ov-file#i-dont-see-the-last-changes

MaJerle commented 1 month ago

It was mushroom theme problem. Thanks.

florian-asche commented 1 month ago

Short notice, i had the same problem with version 4.0.3 installed. I dont have any theme. I reinstalled the 4.0.3 and the issue is gone now. For anyone who has the same issue!