Validate on abort

This commit is contained in:
G Johansson
2025-10-26 11:35:32 +00:00
parent e189178828
commit a35dbaa403

View File

@@ -1610,6 +1610,8 @@ class ConfigEntriesFlowManager(
self.config_entries.async_update_entry(
entry, discovery_keys=new_discovery_keys
)
self._async_validate_next_flow(result)
return result
# Mark the step as done.