mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
unreachable
This commit is contained in:
parent
59a411cee2
commit
d63df626cb
@ -535,7 +535,7 @@ class EsphomeFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
self._reconfig_entry,
|
||||
data=self._reconfig_entry.data | self._async_make_config_data(),
|
||||
)
|
||||
if self._reconfig_entry.data[CONF_DEVICE_NAME] == self._device_name:
|
||||
if self._reconfig_entry.data.get(CONF_DEVICE_NAME) == self._device_name:
|
||||
self._entry_with_name_conflict = self._reconfig_entry
|
||||
return await self.async_step_name_conflict()
|
||||
return self.async_abort(
|
||||
|
Loading…
x
Reference in New Issue
Block a user