We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyIntesisHome/pyintesishome/intesisbox.py
Line 57 in ea027b1
Home assistant says that there is an issue in this line which is:
Traceback (most recent call last): File "/config/custom_components/intesishome/config_flow.py", line 126, in async_step_details await controller.connect() File "/usr/local/lib/python3.10/site-packages/pyintesishome/intesisbox.py", line 57, in connect self._reader, self._writer = await asyncio.open_connection( File "/usr/local/lib/python3.10/asyncio/streams.py", line 47, in open_connection transport, _ = await loop.create_connection( TypeError: BaseEventLoop.create_connection() got an unexpected keyword argument 'loop'
My understanding is that you no longer can have a Loop in asyncio.open_connection.
This is breaking the integration with intesisbox.
The text was updated successfully, but these errors were encountered:
I have exactly the same issue
Sorry, something went wrong.
No branches or pull requests
pyIntesisHome/pyintesishome/intesisbox.py
Line 57 in ea027b1
Home assistant says that there is an issue in this line which is:
My understanding is that you no longer can have a Loop in asyncio.open_connection.
This is breaking the integration with intesisbox.
The text was updated successfully, but these errors were encountered: