-
Notifications
You must be signed in to change notification settings - Fork 50
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
Bump websockets minimum version to 13 #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx !
@xchwarze how are new packages deployed? |
I assume it's currently manual, and we should look at implementing a CI pipeline:
|
Yes, as it is a library with few releases it was manual.
As mentioned in the PR I noticed that every few hours the tv starts rejecting commands. Reject the first one and regenerate the session and it works again.
When I started to do the POC to test a solution that was the first thing that came to my mind, I don't know if it's completely correct... |
@epenet do you find any errors in this pipeline?
|
I think it's now deprecated to use username/password Take a look at |
You take a look at aiovodafone/aiocomelit |
@epenet @chemelli74 I add a new workflow and generate with it a new release To use it you have to create the tag by cli and everything is generated by pipeline. |
Great thanks! |
Fixes various deprecation warnings in Home Assistant
See https://websockets.readthedocs.io/en/stable/howto/upgrade.html