mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Remove unused title_placeholders from plugwise (#127211)
This commit is contained in:
parent
95a79130a2
commit
4251ee1229
@ -136,12 +136,7 @@ class PlugwiseConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
self.context.update(
|
self.context.update(
|
||||||
{
|
{
|
||||||
"title_placeholders": {
|
"title_placeholders": {CONF_NAME: _name},
|
||||||
CONF_HOST: discovery_info.host,
|
|
||||||
CONF_NAME: _name,
|
|
||||||
CONF_PORT: discovery_info.port,
|
|
||||||
CONF_USERNAME: self._username,
|
|
||||||
},
|
|
||||||
"configuration_url": (
|
"configuration_url": (
|
||||||
f"http://{discovery_info.host}:{discovery_info.port}"
|
f"http://{discovery_info.host}:{discovery_info.port}"
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user