Bump aionotion to 3.0.2 (#53354)
This commit is contained in:
parent
0707792bec
commit
032cae772a
5 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue