Flux_led odd behavior

I have a MagicHome LED strip in my theater room. The phone remote and the hard remote work fine, but when I add the switch control to my configuration.yaml file I have to flip the switch and then flip it again in order for the switch to “stick” in the on position.

The code is very basic

light:
  - platform: flux_led
    devices:
      192.168.1.36:
        name: flux_theater
        mode: "rgbw"

Any thoughts on why this behavior is happening?