From 2a9b31261c33645d67862c5442835828795c1906 Mon Sep 17 00:00:00 2001 From: mkmer Date: Tue, 21 May 2024 12:57:23 -0400 Subject: [PATCH] Add missing placeholder name to reauth (#117869) add placeholder name to reauth --- homeassistant/components/honeywell/config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/honeywell/config_flow.py b/homeassistant/components/honeywell/config_flow.py index 85877046bc0..809fa45449b 100644 --- a/homeassistant/components/honeywell/config_flow.py +++ b/homeassistant/components/honeywell/config_flow.py @@ -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: