From a35dbaa403f46bcc1b2317b94b3f9ab560bea6fc Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sun, 26 Oct 2025 11:35:32 +0000 Subject: [PATCH] Validate on abort --- homeassistant/config_entries.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index 4853efee69c..2a1d08e3dc1 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -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.