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
There are two ways using special row types: Divider and Section.
There are examples lower down the page.
You can add styles to the divider as well
type: entities entities: - entity: weather.forecast_home - type: divider style: background-color: lime height: 2px
Thanks for the example- works perfectly