💡 Lovelace: RGB light card

Ok, so you are using Fibaro. If you end up writing up an issue against home assistant, it would be against that integration. But before you do that, you have to upgrade home assistant to the latest version. You appear to be on a very old installation.

Has anyone determined the configuration required for WiZ bulbs?

Using the standard RGB configuration didn’t produce the results expected because it left the white channel at 50%. If I use RGBW configuration and set the W channel at 0, it shifts to more of a off white tint of the desired color but dimmer than the previous attempt.
I am able to set the color of the bulbs to what I expect using other HA color dialogs.

Reading back messages I didn’t see a solution, but wanted to check before digging into all the parameters that exist in the WiZ integration.

Hello, this is a beautiful card but I am having some problems adding an action.

I have a helper that acts as a Toggle Switch, and I want to assign that toggle switch to my card.

Here is my code for this specific bubble:

 - type: action
    action: toggle
    data: null
    entity_id: input_boolean.color_loop_master
    icon_color: "linear-gradient(15deg, #ff00d0, #0008ff)"

but I keep getting the error: “colors[5].action ‘toggle’ must be a valid action”

Any idea what I am doing wrong? I am a total newb when it comes to this stuff. :expressionless: