You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I was misunderstanding how to use the module. I was able to get it running with some tweaks to the example:
async def test():
async with aiohttp.ClientSession() as sess:
client = AOSmithAPIClient('REDACTED@gmail.com', 'REDACTED', sess)
info = await client.get_all_device_info()
return info
if __name__ == "__main__":
asyncio.run(test())
Running Python v3.13.0 64-bit version in a virtualenv created virtual environment.
I get the following error:
The text was updated successfully, but these errors were encountered: