Remove unused title_placeholders from plugwise (#127211)

This commit is contained in:
Erik Montnemery 2024-10-01 14:31:49 +02:00 committed by GitHub
parent 95a79130a2
commit 4251ee1229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,12 +136,7 @@ class PlugwiseConfigFlow(ConfigFlow, domain=DOMAIN):
self.context.update(
{
"title_placeholders": {
CONF_HOST: discovery_info.host,
CONF_NAME: _name,
CONF_PORT: discovery_info.port,
CONF_USERNAME: self._username,
},
"title_placeholders": {CONF_NAME: _name},
"configuration_url": (
f"http://{discovery_info.host}:{discovery_info.port}"
),