From 0f37d65646079f694098857516f43f7d10236323 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 16 Apr 2025 21:39:54 -1000 Subject: [PATCH] cover --- homeassistant/components/esphome/config_flow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/esphome/config_flow.py b/homeassistant/components/esphome/config_flow.py index f2469c7bff9..ad6561ec054 100644 --- a/homeassistant/components/esphome/config_flow.py +++ b/homeassistant/components/esphome/config_flow.py @@ -502,6 +502,8 @@ class EsphomeFlowHandler(ConfigFlow, domain=DOMAIN): ) if self.source == SOURCE_REAUTH: if self.unique_id != self._reauth_entry.unique_id: + # Reauth was triggered a while ago, and since than + # a new device resides at the same IP address. await self._async_validate_mac_abort_configured( format_mac(self.unique_id), self._host, self._port )