mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add correct link to backup.create_automatic (#23959)
This commit is contained in:
parent
dc68aaa803
commit
6a5936b2b2
@ -403,11 +403,11 @@ class HaBackupConfigSchedule extends LitElement {
|
||||
backup_create: html`<a
|
||||
href=${documentationUrl(
|
||||
this.hass,
|
||||
"/integrations/backup#example-backing-up-every-night-at-300-am"
|
||||
"/integrations/backup/#action-backupcreate_automatic"
|
||||
)}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>backup.create</a
|
||||
>backup.create_automatic</a
|
||||
>`,
|
||||
})}</ha-tip
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user