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

Popup card not visible #376

Closed PrzemekSkw closed 5 months ago

PrzemekSkw commented 5 months ago

Describe the bug I choose vertical stack card. Then I choose popup cards X2. I see them in edit mode but when I click finish at the top right corner card is not there.

Screenshots**

Screenshot_2024-02-03-23-46-08-15_c3a231c25ed346e59462e84656a70e50 Screenshot_2024-02-03-23-46-04-39_c3a231c25ed346e59462e84656a70e50

Desktop (please complete the following information):

Smartphone (please complete the following information):

Yaml:

type: vertical-stack
cards:
  - type: custom:bubble-card
    card_type: pop-up
    hash: '#lampy'
    name: Lampy
    icon: mdi:ceiling-light-multiple-outline
    entity: light.lampy_stol
    state: light.gu10_salon
  - type: custom:bubble-card
    card_type: pop-up
    hash: '#lampy'
    name: Sypialnia
    icon: mdi:outdoor-lamp

Regards.

Clooos commented 5 months ago

Hi, this is the normal behavior, to open a pop-up you need to add a button that opens it, take a look at the documentation about the pop-ups, everything is explained here.

Oh and just add a single pop-up card in each vertical-stacks.