ofekashery / vertical-stack-in-card

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

Not an issue but need help! #122

Closed dnestico closed 2 years ago

dnestico commented 2 years ago

Hi this is probably dumb but I'm still learning YAML so not sure how to do this but...

Here is my "climate" card and it's code:

Screen Shot 2022-03-22 at 6 45 22 AM

-

Screen Shot 2022-03-22 at 6 46 16 AM

`
climate: thermostats:

And finally here is my "stack in card" and its code:

Screen Shot 2022-03-22 at 6 48 49 AM

-

Screen Shot 2022-03-22 at 6 48 17 AM

` - title: Home Control cards: type: custom:vertical-stack-in-card cards:

I just want to know how to put MY climate card into the stack-in card because it looks a lot nicer then the current default HA climate card. Thanks.