Unable to add cards with visibility configuration to a vertical stack

I have a list of cards that I want to stack vertical, so I try to use the vertical stack card.

Here is two cards:

  • The top card is saying trash pickup is tomorrow
visibility:
  - condition: state
    entity: sensor.avfallsor_bio_c679d928_afd5_4daf_851b_f8f52d9424e9
    state: '1'
  • The bottom card is saying the trash pickup is the day after tomorrow
visibility:
  - condition: state
    entity: sensor.avfallsor_bio_c679d928_afd5_4daf_851b_f8f52d9424e9
    state: '2'

These are configured using the card’s visibility settings as shown above. state “1” is tomorrow, state “2” i the day after. So only the right card are displayed.

image

It works, but if I try to copy these to a vertical stack and if I have more then one card in it it disapsair and I just end up with the first card I added, but outside a stack. I think there may be some interference between the vertical stack card and the added card, because the vertical card itself can also have a setting for visibility.

Is it a but, is there a fix?
Now I end up with two columns, I want all in one.

Edit mode/view mode

Please post your full yaml code of the vertical-stack. Also, all cards show up in edit mode.

Looks like I can’t reproduce the issue, now it works as expected. So I guess this is solved for now.

Still, if you want I can take a look at it!