Skip to content
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

Update get_available_firmware_updates to default include prereleases #772

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

raman325
Copy link
Contributor

@raman325 raman325 commented Oct 2, 2023

Breaking change

Controller.async_get_available_firmware_updates now sets includePrereleases to True by default

Description

According to https://github.com/zwave-js/node-zwave-js/blob/506f1eabe57d0c24eb4bfbd37bd2706656cfdb1b/packages/zwave-js/src/lib/controller/FirmwareUpdateService.ts#L198 when we set includePrereleases to False, we use v1 of the API. This PR changes the default behavior to set includePrereleases to True. Users of the lib can still set includePrereleases to False if they want to.

@raman325 raman325 added the breaking-change Breaking changes label Oct 2, 2023
@raman325 raman325 merged commit 7346e89 into home-assistant-libs:master Oct 3, 2023
4 checks passed
@raman325 raman325 deleted the prerelease branch October 3, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants