mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Correct stale docstring on mqtt config flow method (#116848)
This commit is contained in:
parent
7d5aa03bf0
commit
9fd31f6c92
@ -218,8 +218,7 @@ class FlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
async def async_step_reauth(
|
||||
self, entry_data: Mapping[str, Any]
|
||||
) -> ConfigFlowResult:
|
||||
"""Handle re-authentication with Aladdin Connect."""
|
||||
|
||||
"""Handle re-authentication with MQTT broker."""
|
||||
self.entry = self.hass.config_entries.async_get_entry(self.context["entry_id"])
|
||||
return await self.async_step_reauth_confirm()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user