Groups and Views?

Hello beautiful people!
I’m pretty new in this automation world, and this is my first post, i’ve got a question: is it possible to remove the function in red in this picture?

here is the code under groups.yaml:

Vicky Robot:
  name: Vicky Robot Pulizia Xiaomi
  icon: mdi:broom
  view: yes
  entities:
    - group.comanda_vicky
    - group.xiaomi_vicky_robot
    - history_graph.batteria_vicky
Comanda Vicky:
  entities:
    - script.vicky_turn_on
    - script.vicky_turn_off
    - script.vicky_stop
    - script.vicky_clean_spot
    - script.vicky_locate

thanks a lot :wink:
Francesco

Add ‘control: hidden’

Comanda Vicky:
  control: hidden
  entities:
    - script.vicky_turn_on
    - script.vicky_turn_off
    - script.vicky_stop
    - script.vicky_clean_spot
    - script.vicky_locate
2 Likes

Thanks a lot @doubleUS, works perfectly!