mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Correct stale docstring on mqtt config flow method (#116848)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user