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.
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