[WLED] Adding a switch to ignore dmx input

Adding a switch to the WLED integration to ignore the dmx input per node would be nice. Its possible via mqtt and http request api like this:
(http-get-api) [adress/win&LO=1] to ignore dmx input until live data ends, [adress/win&LO=0] to un-ignore dmx input.
(mqtt) topic: wled/[node name]/api payload: &LO=1 to ignore dmx input until live data ends and topic: wled/[node name]/api payload: &LO=0 to unignore dmx input.
Heres a link to the wiki entry: HTTP request API · Aircoookie/WLED Wiki · GitHub

Right now, there is the option to add these switches manually via mqtt or http-request, but i think it belongs into the integration

Do you feel everything on that page should be added to the integration?

Well, some things like nightlight are already implemented. I dont think everything needs to be added. But i dont know how to seperate tbh.

I suspect you’d have to start here python-wled/wled at master · frenck/python-wled · GitHub

Hmmm theres already a PR regarding this. Im not sure, why its not merged. TBH i have no clue about developing. I know a bit c++ and lua, but i have no practical experiences with developing. I was focusing around electronics.

So there is. Although testing failed.