How to combine multiple columns into one 'entity card'

I’m trying to simplify the entities card, to clear up some clutter.

I have several batteries, each with their own BMS. At present I use one ‘Entity Card’ for each

What I’m trying to achieve is something like this - Is it possible? Any examples?
Screenshot 2024-11-01 224031(b)

Thanks!

I tried to use this for my solution but it doesn’t appear to support a button or shutter as shutter. Do you know if there is a card which would support this? I checked the documentation for this and I just want to confirm that it doesn’t support these.

I tried the multiple entity row card:

I tried to enter button and shutter but it doesn’t work and when I use the cover entity it just show the status or time for the button

type: entities
entities:

  • entity: cover.bad_eg
    name: Name1
  • entity: cover.bad_eg
    type: custom:multiple-entity-row
    name: Name2
    entities:
    • entity: cover.bad_eg
      name: false
      device_class: shutter
  • entity: input_button.my_position_all
    name: All position
  • entity: input_button.my_position_all
    type: custom:multiple-entity-row
    name: All position