mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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
|
backup_create: html`<a
|
||||||
href=${documentationUrl(
|
href=${documentationUrl(
|
||||||
this.hass,
|
this.hass,
|
||||||
"/integrations/backup#example-backing-up-every-night-at-300-am"
|
"/integrations/backup/#action-backupcreate_automatic"
|
||||||
)}
|
)}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>backup.create</a
|
>backup.create_automatic</a
|
||||||
>`,
|
>`,
|
||||||
})}</ha-tip
|
})}</ha-tip
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user