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: