custom-cards / stack-in-card

🛠 group multiple cards into one card without the borders
MIT License
262 stars 24 forks source link

Can't find card #62

Closed SanderH030 closed 9 months ago

SanderH030 commented 9 months ago

Hi,

I try to use a (custom) stack-in-card. I installed it via HACS:

image

When I try to add this card to my dashboard I can't find the card? Everything is installed correctly. I checked my www folder:

image image

Does any of you guys know what's going wrong?

ildar170975 commented 9 months ago

Nothing is wrong. Custom cards are not obliged to be in "Add a card" dialog, I do not have it too: изображение Many custom cards are defined by yaml only, not by UI. Select "Manual" and type whatever you need. I myself usually select ANY card, then switch to "yaml" and type my code.

SanderH030 commented 9 months ago

Nothing is wrong. Custom cards are not obliged to be in "Add a card" dialog, I do not have it too: изображение Many custom cards are defined by yaml only, not by UI. Select "Manual" and type whatever you need. I myself usually select ANY card, then switch to "yaml" and type my code.

Ah, perfect! Thank you :)