-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Use separate metadata files for onedrive #137549
Merged
Merged
+178
−37
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zweckj
commented
Feb 7, 2025
emontnemery
reviewed
Feb 7, 2025
frenck
approved these changes
Feb 7, 2025
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, @zweckj 👍
../Frenck
ae5789d
to
d262bba
Compare
frenck
pushed a commit
that referenced
this pull request
Feb 7, 2025
Merged
frenck
added a commit
that referenced
this pull request
Feb 7, 2025
* Fix hassio test using wrong fixture (#137516) * Change Electric Kiwi authentication (#135231) Co-authored-by: Joostlek <[email protected]> * Update govee-ble to 0.42.1 (#137371) * Bump holidays to 0.66 (#137449) * Bump aiohttp-asyncmdnsresolver to 0.1.0 (#137492) changelog: aio-libs/aiohttp-asyncmdnsresolver@v0.0.3...v0.1.0 Switches to the new AsyncDualMDNSResolver class to which tries via mDNS and DNS for .local domains since we have so many different user DNS configurations to support fixes #137479 fixes #136922 * Bump aiohttp to 3.11.12 (#137494) changelog: aio-libs/aiohttp@v3.11.11...v3.11.12 * Bump govee-ble to 0.43.0 to fix compat with new H5179 firmware (#137508) changelog: Bluetooth-Devices/govee-ble@v0.42.1...v0.43.0 fixes #136969 * Bump habiticalib to v0.3.5 (#137510) * Fix Mill issue, where no sensors were shown (#137521) Fix mill issue #137477 Signed-off-by: Daniel Hjelseth Høyer <[email protected]> * Don't overwrite setup state in async_set_domains_to_be_loaded (#137547) * Use separate metadata files for onedrive (#137549) * Fix sending polls to Telegram threads (#137553) Fix sending poll to Telegram thread * Skip building wheels for electrickiwi-api (#137556) * Add excluded domains to broadcast intent (#137566) * Revert "Add `PaddleSwitchPico` (Pico Paddle Remote) device trigger to Lutron Caseta" (#137571) * Fix Overseerr webhook configuration JSON (#137572) Co-authored-by: Lars Jouon <[email protected]> * Do not rely on pyserial for port scanning with the CM5 + ZHA (#137585) Do not rely on pyserial for port scanning with the CM5 * Bump eheimdigital to 1.0.6 (#137587) * Bump pyfireservicerota to 0.0.46 (#137589) * Bump reolink-aio to 0.11.10 (#137591) * Allow to omit the payload attribute to MQTT publish action to allow an empty payload to be sent by default (#137595) Allow to omit the payload attribute to MQTT publish actionto allow an empty payload to be sent by default * Handle previously migrated HEOS device identifier (#137596) * Bump `aioshelly` to version `12.4.1` (#137598) * Bump aioshelly to 12.4.0 * Bump to 12.4.1 * Bump electrickiwi-api to 0.9.13 (#137601) * bump ek api version to fix deps * Revert "Skip building wheels for electrickiwi-api (#137556)" This reverts commit 5f6068e. --------- Co-authored-by: Marc Mueller <[email protected]> * Bump ZHA to 0.0.48 (#137610) * Bump Electrickiwi-api to 0.9.14 (#137614) * bump library to fix bug with post * rebuild * Update google-nest-sdm to 7.1.3 (#137625) * Update google-nest-sdm to 7.1.2 * Bump nest to 7.1.3 * Don't use the current temperature from Shelly BLU TRV as a state for External Temperature number entity (#137658) Introduce RpcBluTrvExtTempNumber for External Temperature entity * Fix LG webOS TV turn off when device is already off (#137675) * Bump version to 2025.2.1 --------- Signed-off-by: Daniel Hjelseth Høyer <[email protected]> Co-authored-by: Erik Montnemery <[email protected]> Co-authored-by: Michael Arthur <[email protected]> Co-authored-by: Joostlek <[email protected]> Co-authored-by: Marc Mueller <[email protected]> Co-authored-by: G Johansson <[email protected]> Co-authored-by: J. Nick Koston <[email protected]> Co-authored-by: Manu <[email protected]> Co-authored-by: Daniel Hjelseth Høyer <[email protected]> Co-authored-by: Josef Zweck <[email protected]> Co-authored-by: Jasper Wiegratz <[email protected]> Co-authored-by: Michael Hansen <[email protected]> Co-authored-by: Dennis Effing <[email protected]> Co-authored-by: Lars Jouon <[email protected]> Co-authored-by: puddly <[email protected]> Co-authored-by: Sid <[email protected]> Co-authored-by: Ron <[email protected]> Co-authored-by: starkillerOG <[email protected]> Co-authored-by: Jan Bouwhuis <[email protected]> Co-authored-by: Andrew Sayre <[email protected]> Co-authored-by: Maciej Bieniek <[email protected]> Co-authored-by: TheJulianJES <[email protected]> Co-authored-by: Allen Porter <[email protected]> Co-authored-by: Shay Levy <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking change
Proposed change
OneDrive is currently broken for a lot of users, because apparently some OneDrives have a 1kB limit for the description (where the metadata of the backup is stored). That was only noticed now, because it's not there for all users and only becomes a problem if the users also have multiple addons.
This PR changes the location where the metadata is stored to a separate metadata file and only keeps the reference to the backup file in the metadata file's description. Also, we migrate all existing backups to use the new metadata files.
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: