This commit is contained in:
J. Nick Koston 2025-04-16 21:39:54 -10:00
parent 1f32e6361a
commit 0f37d65646
No known key found for this signature in database

View File

@ -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
)