Bump aionotion to 3.0.2 (#53354)

This commit is contained in:
Aaron Bach 2021-07-22 12:04:27 -06:00 committed by GitHub
parent 0707792bec
commit 032cae772a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ class NotionFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
try:
await async_get_client(
user_input[CONF_USERNAME], user_input[CONF_PASSWORD], session
user_input[CONF_USERNAME], user_input[CONF_PASSWORD], session=session
)
except NotionError:
return await self._show_form({"base": "invalid_auth"})