Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.62k stars 46 forks source link

Custom element doesn't exist: button-card #338

Closed H3XXdev closed 7 months ago

H3XXdev commented 7 months ago

Desktop

Smartphone

Hello, After update bubble-card to 1.6.2 and changed in configuration.yaml to:

frontend:
  extra_module_url:
    - /hacsfiles/Bubble-Card/bubble-pop-up.js?v=1.6.2

and after restart HA, i have an error "custom element doesn't exist: bubble-card". I have cleared Windows browser cache and HA Companion APP but didn't help. What should I do to give it back to work ?

Thank you! 🍻

Boo1098 commented 7 months ago

@H3XXdev I'm having this issue as well. What did you do to resolve it?

Clooos commented 7 months ago

Since the latest updates of Home Assistant, with the v1.6.x versions the optimized mode is now obsolete. So you can remove it from your extra modules and in your pop-ups in YAML just replace custom:bubble-pop-up to custom:bubble-card then add card_type: pop-up.

It's a LOT easier now 🍻

H3XXdev commented 7 months ago

okay, this was helpfull, thank You. I have one more question, do You know maybe how to remove the gap's ?

image

I can't get the right way to remove the gaps between cards

Clooos commented 7 months ago

There is no large gap like in your screenshot in Bubble Card, your issue is not related to this project 😅