Add correct link to backup.create_automatic (#23959)

This commit is contained in:
Wendelin 2025-01-30 12:05:33 +01:00 committed by GitHub
parent e274c5b23f
commit 0cd4256c0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
> >