I’m working on a component that’s not quite ready for prime time (keeping it in custom_components for now) but I want to implement Config Flow for it.
The documentation states the component has to be added to config_entries.FLOWS which is part of HA.
Is there a way to make this work?