mirror of
https://github.com/home-assistant/core.git
synced 2025-11-07 09:59:30 +00:00
Validate on abort
This commit is contained in:
@@ -1610,6 +1610,8 @@ class ConfigEntriesFlowManager(
|
|||||||
self.config_entries.async_update_entry(
|
self.config_entries.async_update_entry(
|
||||||
entry, discovery_keys=new_discovery_keys
|
entry, discovery_keys=new_discovery_keys
|
||||||
)
|
)
|
||||||
|
|
||||||
|
self._async_validate_next_flow(result)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
# Mark the step as done.
|
# Mark the step as done.
|
||||||
|
|||||||
Reference in New Issue
Block a user