mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Ensure radiotherm config flow title_placeholders items are [str, str] (#127206)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user