Customize.yaml not working after switching to the DEV-Build

HI There.

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?

Could be this:

https://github.com/home-assistant/home-assistant/pull/6007

Maybe, thanks for the link.
Is there a way to take the new limitless module and put it into the last stable release? Maybe just drag and drop?

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.

If you’re talking about this merge:

https://github.com/home-assistant/home-assistant/pull/671

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.

I guess it was this one
https://github.com/home-assistant/home-assistant/pull/6006

I. Still don’t get what happened to customize. And the little buttons with the developer tools are gone too. (on the left below the menu)

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.