ofekashery / vertical-stack-in-card

📐 Home Assistant Card: Group multiple cards into a single sleek card.
MIT License
896 stars 79 forks source link

Invisible card #107

Open TTLucian opened 3 years ago

TTLucian commented 3 years ago

I get an invisible card when using this:

type: vertical-stack
cards:
  - type: 'custom:vertical-stack-in-card'
    cards:
      - type: 'custom:simple-thermostat'

Works ok with this:

type: vertical-stack
cards:
  - type: vertical-stack
    cards:
      - type: 'custom:simple-thermostat'

and with this:


type: 'custom:vertical-stack-in-card'
cards:
  - type: 'custom:vertical-stack-in-card'
    cards:
      - type: 'custom:simple-thermostat'
johnekarlsson commented 3 years ago

I have the same issue. However, it works for me in all browsers except fully kiosk. When I change the card to vertical stack it works.

When I restart the app, it works until the first refresh of the page.

browetd commented 2 years ago

Same issue here (invisible cards) ... but a little bit different behavior: cards are invisible when I open HA for the first time but if I reload, the cards are appearing...