thomasloven / lovelace-state-switch

🔹Dynamically replace lovelace cards depending on occasion
MIT License
382 stars 27 forks source link

State-switch not compatible with list-card #102

Open frantzphilippe opened 1 year ago

frantzphilippe commented 1 year ago

Hello, It seems that if I use a list-card element in the state-switch for a specific state, the card doesn't appear whereas it was working in the previous version of state-card. It used to work only without transition, because as soon as I applied one, then, I had the same behaviour and nothing was displayed. I know that this list-card was not listed as compatible, but if you could implement this one that would be great : https://github.com/iantrich/list-card Thanks for your understanding

zboersen commented 1 year ago

I also ran into the same issue. Would be great if it would be implemented!!

Found a loophole though: put your list-card iniside a horizontal/vertical stack card! Your welcome ;)