A scene does not properly command a group of lights

Hi,
I have a number of RGB lights in my room, and I thought of grouping them so that I could control them through a single “entity” for convenience.
So I created a group of lights, and since I often use “scenes” in my room, I placed the group within the various scenes instead of the individual lights (this is also to simplify color setting).
In the scene I didn’t set any effects because the lights are from three different brands (nanoleaf, shelly, yeelight) and consequently have effects that cannot be grouped (I left the default one “Off”).
the problem occurs when I ask home assistant to apply the scene, in fact it applies the scene to me excluding the nanoleaf and returning the following error:

Unable to execute action: scene/turn_on Attempting to apply effect not in the effect list: ‘Off’

I think the problem only occurs with the nanoleaf as it is the only one that does not set the color and does not turn on.

Am I doing something wrong? Do I need to report it as an issue? and more importantly where?

UPDATE
Okay, I found a way to temporarily solve the problem.
Open the scene → click on the three dots → edit yaml
and remove the line:

effect: ‘off’

You should report it as a bug.

It is one of the issues with a GUI setup. The devs needs to make all possible options available and in this case no selection is an option.

Lights that do not support effects cannot take an effect parameter, even if that parameter is effect: "off". And there is really no point in leaving it in there anyway, as whenever you manually set a color/temperature that should override and stop the effect (or at least it does for the Philips Hue integration which I use).