-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Welcome SFTP Client #39676
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
base: next
Are you sure you want to change the base?
Welcome SFTP Client #39676
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughA new documentation file for the SFTP Client integration in Home Assistant was added, detailing its functionality for backing up data to a remote server via SFTP. The CODEOWNERS file was updated to assign responsibility for this documentation file to the user @cyr-ius. No changes to code or public APIs were made. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HomeAssistant
participant SFTPServer
User->>HomeAssistant: Configure SFTP Client integration
HomeAssistant->>SFTPServer: Connect and create "backup" folder (if not exists)
HomeAssistant->>SFTPServer: Upload backup files to "backup" folder
Note over SFTPServer: If "backup" folder deleted, HomeAssistant recreates it
User->>HomeAssistant: Remove integration (optional)
Note over User, SFTPServer: "backup" folder remains unless manually deleted
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
🧹 Nitpick comments (1)
source/_integrations/sftp_client.markdown (1)
3-3
: Remove extra space in descriptionThere are two spaces before “SFTP Client” in the description. Please remove the extra space for consistency.
Example diff:
-description: Instructions on how to use SFTP Client in Home Assistant. +description: Instructions on how to use SFTP Client in Home Assistant.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (2)
CODEOWNERS
(1 hunks)source/_integrations/sftp_client.markdown
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Redirect rules - home-assistant-docs
- GitHub Check: Header rules - home-assistant-docs
- GitHub Check: Pages changed - home-assistant-docs
🔇 Additional comments (1)
CODEOWNERS (1)
808-808
: Confirm ownership entry placement and formattingThe new entry for
source/_integrations/sftp_client.markdown
is correctly added and alphabetically positioned betweensfr_box.markdown
andsharkiq.markdown
. Assigning@cyr-ius
is consistent with the PR objectives.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Proposed change
SFTP Client allows you to specify an SFTP source to perform Home Assistant backups
PR for new integration : home-assistant/core#147300
Brands: home-assistant/brands#7312
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
Summary by CodeRabbit