We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f108663 commit 6cc645bCopy full SHA for 6cc645b
homeassistant/config_entries.py
@@ -3384,10 +3384,7 @@ def async_show_form(
3384
last_step: bool | None = None,
3385
preview: str | None = None,
3386
) -> ConfigFlowResult:
3387
- """Return the definition of a form to gather user input.
3388
-
3389
- The step_id parameter is deprecated and will be removed in a future release.
3390
- """
+ """Return the definition of a form to gather user input."""
3391
if self.source == SOURCE_REAUTH and "entry_id" in self.context:
3392
# If the integration does not provide a name for the reauth title,
3393
# we append it to the description placeholders.
0 commit comments