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

@ -46,7 +46,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
try:
client = await async_get_client(
entry.data[CONF_USERNAME], entry.data[CONF_PASSWORD], session
entry.data[CONF_USERNAME], entry.data[CONF_PASSWORD], session=session
)
except InvalidCredentialsError:
LOGGER.error("Invalid username and/or password")