Clooos / Bubble-Card

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

Bubble card and shopping list #362

Closed skank01 closed 5 months ago

skank01 commented 6 months ago

Been having this since the beginning If i use bubble card to show my shopping list, its empty

image

If i wait long enough or sometimes click again, its there...

image

Any idea?

Clooos commented 5 months ago

Hi! I have myself an identical pop-up on my personal config and I've never had this issue. Can you show me the code of your pop-up?

Here's mine:

type: vertical-stack
cards:
  - type: custom:bubble-card
    card_type: pop-up
    icon: mdi:cart-outline
    name: Shopping list
    hash: '#shopping-list'
  - type: shopping-list
skank01 commented 5 months ago

Hi, yes there was a fault in my type card. You can close this, sorry but thx

Clooos commented 5 months ago

Glad that this is working now!