mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix translation error in Reolink reauth flow (#120385)
This commit is contained in:
parent
1d16cbec96
commit
ddd8083302
@ -123,7 +123,10 @@ class ReolinkFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
"""Dialog that informs the user that reauth is required."""
|
||||
if user_input is not None:
|
||||
return await self.async_step_user()
|
||||
return self.async_show_form(step_id="reauth_confirm")
|
||||
placeholders = {"name": self.context["title_placeholders"]["name"]}
|
||||
return self.async_show_form(
|
||||
step_id="reauth_confirm", description_placeholders=placeholders
|
||||
)
|
||||
|
||||
async def async_step_dhcp(
|
||||
self, discovery_info: dhcp.DhcpServiceInfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user