Help with mobile dashboard

Hi - I am trying to get the light entity added so that it is in the same button as the room temperature. See screenshot. Any suggestions on how to achieve?

Use mushroom-Template card :smile: might be a little scary in the beginning but once you get the hang of it it’s easy

I like mushroom, that’s what i’m primarily using but I can’t get it to work like in the screenshot

I think what I need is a stack-in-card…I looked at the documentation for downloading via HACS, i can’t figure it out. Any recomendations?

You want something like this, or the two icons on the same ’card’? If the latter then stack-in-card would probably be the best yes

thats great, thanks so much. Yes, stack in card is exaclty what i need, but i just spent last 1.5 hrs trying to follow this with no luck GitHub - custom-cards/stack-in-card: 🛠 group multiple cards into one card without the borders

:frowning: Any help you could offer would be appreciated

My best advice would be create what you need in a vertical stack first, and then change the vertical stack to a stack-in-card (or even the vertical-stack-in-card card)

See pics:

You might need to fiddle with some css to get them to ‘merge’ the way you want though… people in the discord are very helpful with that sort of things :smile: or the card_mod thread

thanks so much for your help.

i think the problem is that i haven’t downloaded the card yet.

No visual editor available for type ‘custom:stack-in-card’. I get the below error when trying your suggestion. I’m not sure how to download it?

Configuration errors detected:

  • Custom element not found: stack-in-car
1 Like

Yeah stack-in-card doesn’t have a visual editor so you have to write the yaml ‘yourself’, which is why it’s so much easier doing it in a vertical-stack and when you’re happy change the ‘type’ in the yaml-code from ‘vertical-stack’ to ‘custom:stack-in-card’

As for the missing ‘d’ in the error you sent, just delete any character the ‘custom:stack-in-card’ yaml, wait for it to throw an error, then type it correctly again (I’ve experienced that bug a few times…)