mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Ensure enphase_envoy config flow title_placeholders items are [str, str] (#127193)
This commit is contained in:
parent
d7da3de096
commit
fcc0eba7fb
@ -294,7 +294,7 @@ class EnphaseConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
await self.async_set_unique_id(self._reconnect_entry.unique_id)
|
await self.async_set_unique_id(self._reconnect_entry.unique_id)
|
||||||
|
|
||||||
self.context["title_placeholders"] = {
|
self.context["title_placeholders"] = {
|
||||||
CONF_SERIAL: self.unique_id,
|
CONF_SERIAL: self.unique_id or "-",
|
||||||
CONF_HOST: host,
|
CONF_HOST: host,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user