mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Fix reauth message in Overkiz integration (#68787)
This commit is contained in:
parent
443315bcdc
commit
c763d23cbb
@ -161,6 +161,10 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
self.hass.config_entries.async_get_entry(self.context["entry_id"]),
|
||||
)
|
||||
|
||||
self.context["title_placeholders"] = {
|
||||
"gateway_id": self._config_entry.unique_id
|
||||
}
|
||||
|
||||
self._default_user = self._config_entry.data[CONF_USERNAME]
|
||||
self._default_hub = self._config_entry.data[CONF_HUB]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user