mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Ensure radiotherm config flow title_placeholders items are [str, str] (#127206)
This commit is contained in:
parent
41932b4501
commit
a5135cf2c3
@ -77,7 +77,7 @@ class RadioThermConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
self._set_confirm_only()
|
||||
placeholders = {
|
||||
"name": init_data.name,
|
||||
"host": self.discovered_ip,
|
||||
"host": ip_address,
|
||||
"model": init_data.model or "Unknown",
|
||||
}
|
||||
self.context["title_placeholders"] = placeholders
|
||||
|
Loading…
x
Reference in New Issue
Block a user