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")
|
||||
|
|
|
@ -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"})
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Notion",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/notion",
|
||||
"requirements": ["aionotion==1.1.0"],
|
||||
"requirements": ["aionotion==3.0.2"],
|
||||
"codeowners": ["@bachya"],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -218,7 +218,7 @@ aiomusiccast==0.8.0
|
|||
aionotify==0.2.0
|
||||
|
||||
# homeassistant.components.notion
|
||||
aionotion==1.1.0
|
||||
aionotion==3.0.2
|
||||
|
||||
# homeassistant.components.automate
|
||||
aiopulse2==0.6.0
|
||||
|
|
|
@ -140,7 +140,7 @@ aiomodernforms==0.1.8
|
|||
aiomusiccast==0.8.0
|
||||
|
||||
# homeassistant.components.notion
|
||||
aionotion==1.1.0
|
||||
aionotion==3.0.2
|
||||
|
||||
# homeassistant.components.automate
|
||||
aiopulse2==0.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue