Entities card- draw a line?

I have some entities cards that have a number of entities. Is there an easy way to group them, like with a horizontal line between groups? I have thought of putting them into individual entities cards in a vertical stack, but an


would be so much easier.

There are two ways using special row types: Divider and Section.

There are examples lower down the page.

1 Like

You can add styles to the divider as well

type: entities
entities:
  - entity: weather.forecast_home
  - type: divider
    style:
      background-color: lime
      height: 2px

1 Like

Thanks for the example- works perfectly

1 Like