-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
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 ZHA to 0.0.54 #141447
Bump ZHA to 0.0.54 #141447
Conversation
Hey there @dmulcahey, @Adminiuga, @puddly, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
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.
Thanks, @TheJulianJES 👍
../Frenck
I'm new here and I'm sure I'm wasting your time. Does this mean that it is "ready to be fixed on next roll out" or that I should already see the fix? I got here from #98933 and got notice it was marked "Closed". I still see the "opening" and "closing" stuck and not reporting "closed" or "open" on Aqara E1 Roller Shades. Thank you for all of your efforts! |
@mikeschmick Issues are closed when code is merged into the |
Proposed change
This bumps ZHA to 0.0.54 (full diff: zigpy/zha@0.0.53...0.0.54). These dependency upgrades are bundled with it:
zha-quirks
0.0.135full diff: zigpy/zha-device-handlers@0.0.134...0.0.135
zigpy
0.78.0full diff: zigpy/zigpy@0.77.1...0.78.0
bellows
0.44.0full diff: zigpy/bellows@0.43.0...0.44.0
zigpy-znp
v0.14.0full diff: zigpy/zigpy-znp@v0.13.1...v0.14.0
This ZHA release also massively improves cover handling (thanks to @jeverley), which has been somewhat broken since a long time. See zigpy/zha#376 for details.
The HA tests are updated to account for the correct behavior. There were a lot of issues with these tests that are now fixed (including lift and tilt being swapped before).
This zigpy release also adds application level retrying and opens serial ports exclusively to avoid other processes interrupting ZHA.
This zha-quirks release also adds a few entities via the quirks v2 API. The entity names are added to
strings.json
.Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: