Add onedrive.delete action documentation#44730
Merged
c0ffeeca7 merged 8 commits intoMay 6, 2026
Merged
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Documents the new onedrive.delete service action for the OneDrive integration so users can delete remote files (and optionally local copies) from automations.
Changes:
- Added documentation for the new
onedrive.deleteaction. - Documented action fields (
destination_path,filename,config_entry_id) and clarified Recycle Bin vs permanent deletion behavior.
The delete service no longer supports deleting local files. Removed the `filename` field from the action table and updated the description accordingly.
c0ffeeca7
requested changes
May 5, 2026
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
…ive.delete - Add YAML examples for single and multi-file deletion to onedrive.delete - Note that delete removes only files, not folders created during upload - Add allowlist_external_dirs requirement for onedrive.upload filename - Add OneDrive folder naming restrictions disclaimer for destination_folder
Contributor
Author
|
Also added:
|
silamon
approved these changes
May 6, 2026
c0ffeeca7
approved these changes
May 6, 2026
Contributor
c0ffeeca7
left a comment
There was a problem hiding this comment.
Thank you, @leodrivera 👍
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Proposed change
Documents the new
onedrive.deleteservice action added in home-assistant/core#168064.The action allows users to delete one or more files from the OneDrive app folder directly from automations. Whether the remote files go to the Recycle Bin or are permanently removed follows the existing Delete files permanently integration option.
Type of change
currentbranch).currentbranch).nextbranch).nextbranch).Additional information
Checklist
nextbranch.