Fix reauth message in Overkiz integration (#68787)

This commit is contained in:
Mick Vleeshouwer 2022-03-28 08:23:25 -07:00 committed by GitHub
parent 443315bcdc
commit c763d23cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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