Clooos / Bubble-Card

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

Bubble card not showing up??? #459

Open geidorei opened 2 months ago

geidorei commented 2 months ago

Installed via HACS, cache cleared, rebooted etc, but bubble card not showing?

Any ideas?

Clooos commented 2 months ago

Is there any error in your browser console?

chintito4ever commented 2 months ago

Not OP but I am having similar issue, installed version 2.0.0beta2

`type: vertical-stack cards:

image

Clooos commented 2 months ago

Bubble pop up was removed a few version before this one to improve the stability and to makes updates easier, you now have to replace this in all your pop-ups:

- type: custom:bubble-pop-up

By this:

- type: custom:bubble-card
  card_type: pop-up
chintito4ever commented 2 months ago

Thanks! that's fixed it.

geidorei commented 2 months ago

Hi folks - No errors, but will do some digging.... Thanks for the replies.