From 4ec26baa5391f1de8e7dc24a3dd9a41ffb909965 Mon Sep 17 00:00:00 2001 From: rappenze Date: Mon, 21 Oct 2024 20:50:58 +0200 Subject: [PATCH] Update homeassistant/components/brunt/config_flow.py Co-authored-by: Jan-Philipp Benecke --- homeassistant/components/brunt/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/brunt/config_flow.py b/homeassistant/components/brunt/config_flow.py index e2ca3740518544..7d8489cc203e81 100644 --- a/homeassistant/components/brunt/config_flow.py +++ b/homeassistant/components/brunt/config_flow.py @@ -93,7 +93,7 @@ async def async_step_reauth_confirm( step_id="reauth_confirm", data_schema=REAUTH_SCHEMA, description_placeholders={ - "username": username, + CONF_USERNAME: username, CONF_NAME: reauth_entry.title, }, )