Ledvance LED panel: don't use explicit color_modes.
Lights were defined with single value color_mode dps, but actual dp can
take other values also. This may cause unexpected behaviour and definitely
will cause errors in the log.
Since single function lights color mode can be detected based on which
dps are defined, rename it out of the way and let the auto detection work.
Further changes require more info on the dps, there is some info on
#2683, but so far only enough to enable separate switching of main and
backlight.
PR #2728