How can I add default horizontal stack device list to a custom view?

Hi, when I add default_view to groups.yaml, default horizontal stack device list(with circle icons as below picture) disappeared.
image

And if I add group.all_devices to the group, it is a vertical list. I really like that horizontal one. How can I add it to custom view?

What I did for default_view is below and which did not work.

  default_view:
    view: yes
    icon: mdi:home
    entities:
      - group.all_devices

Thanks.

add each item individually to get them as badges. Any group added to a view will always show up as a card. Any device/sensor/light etc added to a view will show up as a badge.

Thanks petro! So I need to manually add a device which is discovered by the device tracker, and it is not dynamically updated as the default one, correct?