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’