Skip to content

Commit bc2542a

Browse files
Correction to Config Flow Subentry reconfigure documentation (#2741)
1 parent 584081c commit bc2542a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config_entries_config_flow_handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ class LocationSubentryFlowHandler(ConfigSubentryFlow):
489489
) -> SubentryFlowResult:
490490
"""User flow to modify an existing location."""
491491
# Retrieve the parent config entry for reference.
492-
config_entry = self._get_reconfigure_entry()
492+
config_entry = self._get_entry()
493493
# Retrieve the specific subentry targeted for update.
494494
config_subentry = self._get_reconfigure_subentry()
495495
...

0 commit comments

Comments
 (0)