Skip to content

Commit

Permalink
Update homeassistant/components/brunt/config_flow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jan-Philipp Benecke <github@bnck.me>
  • Loading branch information
rappenze and jpbede authored Oct 21, 2024
1 parent 7747c5c commit 4ec26ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/brunt/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
)
Expand Down

0 comments on commit 4ec26ba

Please sign in to comment.