mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
Ensure homekit_controller config flow title_placeholders items are [str, str] (#127198)
This commit is contained in:
@@ -535,7 +535,7 @@ class HomekitControllerFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
assert self.category
|
||||
|
||||
placeholders = self.context["title_placeholders"] = {
|
||||
"name": self.name,
|
||||
"name": self.name or "Homekit Device",
|
||||
"category": formatted_category(self.category),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user