Change panel name Light:

Hello:

Below a part of my config-yaml-file. What i want is to change the name of the PANEL “Light”.
How?


group:
batterijen:
name: Batterijen
entities:
- sensor.afstandsbediening_beneden
- sensor.afstandsbediening_pb
- sensor.afstandsbediening_wb
- sensor.gangbewegingssensor
lampen:
name: Lampen
entities:
- light.tradfri_bulb_e27_ws_opal_980lm
- light.tradfri_bulb_e27_ws_opal_980lm_2
- light.tradfri_bulb_e27_ws_opal_980lm_3
- light.gangledlamp1
- light.gangledlamp2
- light.gangledlamp3
- light.gekleurdewitte_spectrumgloeilamp_pb
- light.gekleurdewitte_spectrumgloeilamp_wb
light:

  • platform: group
    name: Huiskamer-lampen
    entities:
    • light.tradfri_bulb_e27_ws_opal_980lm
    • light.tradfri_bulb_e27_ws_opal_980lm_2
    • light.tradfri_bulb_e27_ws_opal_980lm_3
  • platform: group
    name: Gang-lampen
    entities:
    • light.gangledlamp1
    • light.gangledlamp2
    • light.gangledlamp3
  • platform: group
    name: Slaapkamer-lampen
    entities:
    • light.gekleurdewitte_spectrumgloeilamp_pb
    • light.gekleurdewitte_spectrumgloeilamp_wb

if i change the name: “light:” to “light1:” i get this error:

"Configuration invalidCHECK CONFIG

Component not found: light1"

if i type a name after “light:” (ex: “light: light1” then this also gives an error…

“…mapping values are not allowed here…”

Perhaps you mean something else?

I figured it out!

samples from my configuration.yaml:

light:

  • platform: group
    hide: true
    #hide the light-panel in the UI

lampgroep:
name: Lamp-groepen
entities:
- light.huiskamerlampen
- light.ganglampen
- light.slaapkamerlampen
#make a new light-panel with the custom name i want (Lamp-groepen)