Can anyone point me at an example config_flow.py for integration onboarding?
Particularly one that prompts for data entry of a number of string values and a dictionary list?
I'm attempting to enhance an existing and fairly old integration, that was provisioned for the required Type, Port and other values in the configuration.yaml. I'd be quite happy with a yaml config, but Home Assistant is rejecting my attempts to stay with yaml, I guess favouring a UI config flow.
Perhaps were I an experienced Home Assistant integration developer the documentation on developing a config flow and data entry flow would be all I'd need. Unfortunately, I've found them unhelpful. A complete example file or two would get me a long way.
Thanks much.