Skip to content
Snippets Groups Projects
Unverified Commit c1c158c0 authored by epenet's avatar epenet Committed by GitHub
Browse files

Adjust docstring in airvisual_pro config flow (#124712)

parent bcfc7ea4
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ class AirVisualProFlowHandler(ConfigFlow, domain=DOMAIN):
self._reauth_entry: ConfigEntry | None = None
async def async_step_import(self, import_data: dict[str, Any]) -> ConfigFlowResult:
"""Import a config entry from configuration.yaml."""
"""Import a config entry from `airvisual` integration (see #83882)."""
return await self.async_step_user(import_data)
async def async_step_reauth(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment