mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
cover
This commit is contained in:
parent
1f32e6361a
commit
0f37d65646
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user