mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Remove aiohttp close from aladdin connect config_flow (#76029)
Remove aiohttp close from config_flow - throwing error found in #75933
This commit is contained in:
parent
687ac91947
commit
f2da46d99b
@ -44,7 +44,6 @@ async def validate_input(hass: HomeAssistant, data: dict[str, Any]) -> None:
|
|||||||
CLIENT_ID,
|
CLIENT_ID,
|
||||||
)
|
)
|
||||||
login = await acc.login()
|
login = await acc.login()
|
||||||
await acc.close()
|
|
||||||
if not login:
|
if not login:
|
||||||
raise InvalidAuth
|
raise InvalidAuth
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user