-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Allow to change encryption for each backup location #23861
Conversation
0b90ef7
to
78755fb
Compare
75871cf
to
d9a3a86
Compare
4115569
to
8e2afc4
Compare
0c7a82e
to
d60412d
Compare
|
||
private async _fetchAgent() { | ||
try { | ||
// Todo fetch agent details |
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.
// Todo fetch agent details |
This todo seems to be done
? html` | ||
<div slot="supporting-text"> | ||
<span class="dot warning"></span> | ||
<span> Unencrypted </span> |
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.
Translation missing
: html` | ||
<div slot="supporting-text"> | ||
<span class="dot success"></span> | ||
<span> Encrypted </span> |
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.
Translation missing
? html` | ||
<div slot="supporting-text"> | ||
<span class="dot error"></span> | ||
<span> | ||
${this.hass.localize( | ||
"ui.panel.config.backup.details.locations.backup_failed" | ||
)} | ||
</span> | ||
</div> | ||
` | ||
: unencrypted | ||
? html` | ||
<div slot="supporting-text"> | ||
<span class="dot warning"></span> | ||
<span> Unencrypted </span> | ||
</div> | ||
` | ||
: html` | ||
<div slot="supporting-text"> | ||
<span class="dot success"></span> | ||
<span> Encrypted </span> | ||
</div> |
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.
div and dot is always there, I would suggest a condition for the span class and for the text
})} | ||
crossorigin="anonymous" | ||
referrerpolicy="no-referrer" | ||
alt="" |
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.
Can we add here the agent name and logo?
Proposed change
Allow to change encryption for each backup location (except Cloud for privacy concern).
Screenshots
Backup settings (locations)
Location settings (encrypted)
Location settings (unencrypted)
Cloud location settings
Backup detail (locations list)
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: