thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.06k stars 169 forks source link

Report size no longer works in 2023.4 #272

Open scstraus opened 1 year ago

scstraus commented 1 year ago

My Home Assistant version: 2023.4.2

My lovelace configuration method (GUI or yaml): Yaml

What I am doing:

    - type: custom:mod-card
      report_size: 2
      card:

What I expected to happen:

The card to display

What happened instead:

Lovelace doesn't find mod-card any more

Minimal steps to reproduce:

Update to latest versions of hass and card-mod as of today, April 10 2023.

# The least amount of code possible to reproduce my error

        - type: custom:mod-card
          report_size: 2
          card:
# End of code

Error messages from the browser console:


By putting an X in the boxes ([]) below, I indicate that I:

ildar170975 commented 1 year ago

report_size

This option does not belong to mod-card. So, your initial issue is unclear.

thomasloven commented 6 months ago

Are you saying you get a "Custom element not found: mod-card" when you add report_size or what does "lovelace doesn't find" mean?

Either way. I cannot reproduce any problem.