Camera's in UI, show in tab

Below a bit of my configuration.yaml.It shows in the UI my camera’s in the tab (“CAMERA”). But also does that in the main UI (which i don’t want). How do i fix this?


group:
camloc:
view: yes
name: Camera
entities:
- camera.1_voordeur
- camera.2_keuken
- camera.3_woonkamer
- camera.4_tuin

camera:
- platform: mjpeg
name: 2. Keuken
username: admin
password: !secret keuken_cam
mjpeg_url: http://192.168.0.100:8082/mjpg.cgi
- platform: mjpeg
name: 3. Woonkamer
username: admin
password: !secret woon_kamer
mjpeg_url: http://192.168.0.100:8081/mjpg.cgi
- platform: local_file
file_path: /root/.homeassistant/www/snap.jpg
name: 4. Tuin


In groups.yaml i have:


default_view:
view: yes
icon: mdi:home
entities:
- group.all_automations
- group.all_lights


You need to hide:true in the customize.yaml