Skip to content

Commit 6cc645b

Browse files
authored
Remove deprecation warning of step_id in ConfigFlow class (home-assistant#157925)
1 parent f108663 commit 6cc645b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

homeassistant/config_entries.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,10 +3384,7 @@ def async_show_form(
33843384
last_step: bool | None = None,
33853385
preview: str | None = None,
33863386
) -> 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-
"""
3387+
"""Return the definition of a form to gather user input."""
33913388
if self.source == SOURCE_REAUTH and "entry_id" in self.context:
33923389
# If the integration does not provide a name for the reauth title,
33933390
# we append it to the description placeholders.

0 commit comments

Comments
 (0)