Cover Group Lovelace control

I have setup a Cover Group which contains the three ThirdReality window shades in my shop.

# Workshop Shades
  workshop_shades:
    name: "Workshop Shades"
    entities:
      - cover.workshop_front_window_shade
      - cover.workshop_side_front_window_shade
      - cover.workshop_side_back_window_shade

I am then able to include this in a Lovelace entity which shows up as;

Screen Shot 2022-07-12 at 11.27.59 PM

What I would like is the ability to show the controls for the group of shades on the Lovelace Entity so I can control the group of shades. The only way to currently do it is to click on the entity which then opens up another window where I can control the group.

Is there any way to have the controls show on the Entity?