-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
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
Fixed failed to connect #612 #614
Conversation
@TheDuffman85 This is awesome work to find a solution so quickly. Please add back the comments you deleted and I'll complete the PR and run a new dev build. |
Also a required validation is failing: requirements must be before ssdp |
Sure no problem. |
…to be able to use HTTP/2.
Done |
i change the code as duffman suggested but when trying to add the integration again i get the error: Config flow could not be loaded: {"message":"Invalid handler specified"} edit: pre-release worked |
I installed the pre-release containing this fix but for me its not working:
|
pre-release v2.0.23-dev3 worked for me without any issue. |
@ArikShemesh it was working fine with HA 2024.10 but failed with previous versions. |
…n order to be able to use HTTP/2. (greghesp#614)
Fixed failed to connect #612 . Replaced requests with httpx in order to be able to use HTTP/2.