Groups not appearing

try to customise the default view and none of my group appear on the home page

group:
  default_view:
    view: yes
    icon: mdi:home
    entities:
      - group.server
      - group.people
      - group.lights

  server:
    name: Server
    icon: mdi:server-network
    view: yes
    entities:
      - switch.Wake_Up_The_Server

  people:
    name: People
    icon: mdi:account-multiple
    view: yes
    entities:
      - device_tracker.eyefone
      - device_tracker.beata

  lounge:
    name: Lounge Room
    icon: mdi:movie
    view: yes
    entities:
      - remote.Harmony_Hub
      - media_player.kodi
      - media_player.emby
      - group.lights

  lights:
    name: Lighting
    icon: mdi:lightbulb
    view: yes
    entities:
      - script.lounge_lights_on
      - script.lounge_lights_off
      - script.blue

Change group.server, group.people, and group.lights to view: no

When you have view: yes, that means that these groups appear as their own tabs on the home page.

oh thank you, i just assumed they could function as both