-
-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting
- I can briefly see the cards separate before they snap together?
You can try setting the no_card option to true on each of the cards in the stack.
You can also try placing the vertical-stack card inside a canary-card card.
This is because Lovelace will load core cards first then custom-cards later.
Placing canary-card first in your resources config could also help but I can't confirm if this does anything.
Currently, there is a compatibility issue with card-mod and potentially other similar plugins which override Canary's functions if they are loaded after. A temporary fix for this is to ensure card-mod is loaded before Canary, to do this remove Canary from your Lovelace resources and re-add it, ideally it should now be loaded last.
Issues related to canary's extensions applying shortly after loading can usually be fixed by placing the problem card inside a canary-card card.