Adjust docstring in airvisual_pro config flow (#124712)

pull/124694/head
epenet 2024-08-27 16:48:04 +02:00 committed by GitHub
parent bcfc7ea481
commit c1c158c0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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(