Bump to aiohttp 3.8.0 (#58974)
This commit is contained in:
parent
23cb396aad
commit
10d6247fee
106 changed files with 221 additions and 142 deletions
|
@ -89,7 +89,7 @@ async def validate_input(hass: core.HomeAssistant, data):
|
|||
)
|
||||
|
||||
try:
|
||||
with async_timeout.timeout(30):
|
||||
async with async_timeout.timeout(30):
|
||||
isy_conf_xml = await isy_conn.test_connection()
|
||||
except ISYInvalidAuthError as error:
|
||||
raise InvalidAuth from error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue