mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Use common title for reauth confirm in Whirlpool config flow (#117924)
* Add missing placeholder * Use common title for reauth
This commit is contained in:
parent
d1bdf73bc5
commit
5b1677ccb7
@ -108,6 +108,7 @@ class WhirlpoolConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
step_id="reauth_confirm",
|
step_id="reauth_confirm",
|
||||||
data_schema=REAUTH_SCHEMA,
|
data_schema=REAUTH_SCHEMA,
|
||||||
errors=errors,
|
errors=errors,
|
||||||
|
description_placeholders={"name": "Whirlpool"},
|
||||||
)
|
)
|
||||||
|
|
||||||
async def async_step_user(self, user_input=None) -> ConfigFlowResult:
|
async def async_step_user(self, user_input=None) -> ConfigFlowResult:
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"title": "Correct your Whirlpool account credentials",
|
"title": "[%key:common::config_flow::title::reauth%]",
|
||||||
"description": "For 'brand', please choose the brand of the mobile app you use, or the brand of the appliances in your account",
|
"description": "For 'brand', please choose the brand of the mobile app you use, or the brand of the appliances in your account",
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user