I’m new to HA and getting a bit stuck on something I think should be straight forward if someone can point me in the right direction. I have added SmartIR as a custom repository using HACS however the next step in the instructions I can’t figure out. They are:
“Config Flow - Integrations can be set up via the user interface by adding support for a config flow to create a config entry. Components that want to support config entries will need to define a Config Flow Handler.”
I have been going round in circles trying to figure out how to do this. Is this simply copying the suggested code on Git into the configuration.yaml file and restarting HA?
I also came across this and I don’t understand what it is referring to:
“Updating the manifest - You need to update your integrations manifest to inform Home Assistant that your integration has a config flow. This is done by adding config_flow: true to your manifest (docs)”
Thanks for any guidance here!