mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix missing name for ESPHome reauth dialog (#60508)
This commit is contained in:
parent
5e86c78c46
commit
dd001cacfd
@ -71,6 +71,7 @@ class EsphomeFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
self._port = entry.data[CONF_PORT]
|
||||
self._password = entry.data[CONF_PASSWORD]
|
||||
self._noise_psk = entry.data.get(CONF_NOISE_PSK)
|
||||
self._name = entry.title
|
||||
return await self.async_step_reauth_confirm()
|
||||
|
||||
async def async_step_reauth_confirm(
|
||||
|
Loading…
x
Reference in New Issue
Block a user