Add missing placeholder name to reauth (#117869)

add placeholder name to reauth
pull/117873/head
mkmer 2024-05-21 12:57:23 -04:00 committed by GitHub
parent 8079cc0464
commit 2a9b31261c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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: