mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add missing placeholder name to reauth (#117869)
add placeholder name to reauth
This commit is contained in:
parent
8079cc0464
commit
2a9b31261c
@ -86,6 +86,7 @@ class HoneywellConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
REAUTH_SCHEMA, self.entry.data
|
||||
),
|
||||
errors=errors,
|
||||
description_placeholders={"name": "Honeywell"},
|
||||
)
|
||||
|
||||
async def async_step_user(self, user_input=None) -> ConfigFlowResult:
|
||||
|
Loading…
x
Reference in New Issue
Block a user