mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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(
|
async def async_step_reauth(
|
||||||
self, entry_data: Mapping[str, Any]
|
self, entry_data: Mapping[str, Any]
|
||||||
) -> ConfigFlowResult:
|
) -> 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"])
|
self.entry = self.hass.config_entries.async_get_entry(self.context["entry_id"])
|
||||||
return await self.async_step_reauth_confirm()
|
return await self.async_step_reauth_confirm()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user