I’m looking to make some improvements to the python-wled library that is used by the WLED component that ships with HA
What is the recommended way to handle this? I’d ideally want to avoid having to rebuild the entire docker image while I’m trying to develop the new feature of being able to select which repo to look for builds from (I’m one of the MoonModules developers of WLED as well as the official AC team)
That tells me how to create the custom component - thank you.
Any tips regarding how I can get that component to reference my new version of pthon-wled before my PR has been accepted and a new release of that python module has been released?