I switched over to the Dev-Version today because I wanted to integrate my Milight Hub (that is currently not supported by the stable build).
Everything is working great but my customize.yaml is not working anymore. I treid to put the customize stuff into the configuration.yaml, but that didn’t work either. Is there another way to format the customizations in the dev build?
Not familiar with it, but if it is just a component or sensor and the changes only affect the one file, then you can use custom_components. Do you have a link to the pull request? It might help me to give you a more precise answer.
You won’t be able to do it using custom_components because numeric_state had to be modified as well. You’d really have to cherry pick the changed files and replace them in the release version, something I couldn’t suggest.
With that one, if you put the component in /custom_components/component/light/limitlessled.py AND you manually installed ‘limitlessled==1.0.4’ then that should work.
As far as the customize. I would suggest reading the pull request - it’s been changed a bit and when it is merged, it will be a breaking change for some depending on how you’ve been using customize in the past.