Ensure enphase_envoy config flow title_placeholders items are [str, str] (#127193)

pull/127191/head
Erik Montnemery 2024-10-01 22:04:46 +02:00 committed by GitHub
parent d7da3de096
commit fcc0eba7fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class EnphaseConfigFlow(ConfigFlow, domain=DOMAIN):
await self.async_set_unique_id(self._reconnect_entry.unique_id)
self.context["title_placeholders"] = {
CONF_SERIAL: self.unique_id,
CONF_SERIAL: self.unique_id or "-",
CONF_HOST: host,
}