Change Group Name?

Hey how do i change the name of a group shown in a new tab? (like in the picture red circle)

thanks for your help

You put it in a group.

group:
  your_name_here:
    name: Your Name Here
    entities:
      - input_boolean.on_vacation
2 Likes
status:
   name: "Status"
   view: yes
   entities:
      - input_boolean.vacation_mode

my group,yaml looks like this…
can i add another name cause it still shows me input_boolean

nvm i got it! Thank you!!!
i just had to add another group with group.status

1 Like