Frame Lovelace

Hi
is there a way to put frame on different card?

yes, use layout/entities card, or similar ( i.e.) group the cards you want, in a layout/ or entities card, set frame on requires a “bottom” card with an HA-Element , where you put the other cards inside.
… and i.e use card_mod to define the border

1 Like

Any chance you could share an example of how this looks?
TIA

Joining the requires :slight_smile:

There are several ways, as mention above 1 is using css with card_mod, another is define the borders globally in either default or custom dashboard-view

Card_mod:
´´´

        card_mod:
          style: |
            ha-card {
              color: #ffffff; border: solid 2px #A0A2A8; box-shadow: none;
            }

You can also use border_radius: %

1 Like