Remove aiohttp close from aladdin connect config_flow (#76029)
Remove aiohttp close from config_flow - throwing error found in #75933pull/76035/head
parent
687ac91947
commit
f2da46d99b
|
@ -44,7 +44,6 @@ async def validate_input(hass: HomeAssistant, data: dict[str, Any]) -> None:
|
|||
CLIENT_ID,
|
||||
)
|
||||
login = await acc.login()
|
||||
await acc.close()
|
||||
if not login:
|
||||
raise InvalidAuth
|
||||
|
||||
|
|
Loading…
Reference in New Issue