mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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()
|
self._set_confirm_only()
|
||||||
placeholders = {
|
placeholders = {
|
||||||
"name": init_data.name,
|
"name": init_data.name,
|
||||||
"host": self.discovered_ip,
|
"host": ip_address,
|
||||||
"model": init_data.model or "Unknown",
|
"model": init_data.model or "Unknown",
|
||||||
}
|
}
|
||||||
self.context["title_placeholders"] = placeholders
|
self.context["title_placeholders"] = placeholders
|
||||||
|
Loading…
x
Reference in New Issue
Block a user