I try to redesign my dashboard. One of the Views shows each rooms different status. For a better look I try to solve the design with Grid cards or Vertical stack card + Grid cards. The goal tfor each room to look like:
Room"s name
A glance card which shows some status opened window, temperature, humidity.
An entites card with the switchable entities (light, switch) + cast devices
My biggest issue is the first line, the room’s name. If I add just a title, it is out of the cards, so it is ugly. See my bad example below. The “Nappali” and the “Konyha” are two rooms. They have to be shown in same column for better looking, that’s why I try to use Grid or Vertical stack… My ide was to create a card on top of each rooms only with the name of the room.
I’ve tried both of them. I’m looking for something like the empty Entities card, but the problem with this that the text is a little bit upper from the middle (see my screenshot below). In case of Markdown the text is too small.
I’m looking for a solution where I can show a little bit separated each room, but I can arrange them in a bundle (e.g. the “Konyha” room has to be shown under “Nappali” room. That’s why I use grid or Vertical stack card.
yes, try to adapt (Mod the styles) of any of the suggestions above using custom card-mod. Nothing will fit your needs out of the box, you have to change to your wishes.
without any styling this wont be what you want… put some effort in understanding the great button card before dismissing it as not the best. Did you read the docs on styling these button cards at all?
Adding to the above options, here is an example of a card-header mod:
which will give you an idea to have the header stand out of the rest of the card. of course you can style anything, most certainly including the spacing/positioning.
use custom stack-in-card to stack and do away with the spaces between the cards