integrations_start_config_flow
Start a new configuration flow for any Home Assistant integration. Get the first form step to provide user input and continue the setup.
Instructions
Start a new config flow for the given integration domain.
Returns the first step (form, schema, errors). Pass flow_id from the
result into submit_config_flow_step to provide user input.
Example: start_config_flow("shelly") → {flow_id, step_id: "user", data_schema: [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handler | Yes | ||
| show_advanced_options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||