From 3cdbf639d1b4a7f6bb490c4865faee06764fb7b3 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Mon, 7 Apr 2025 15:09:09 +0200 Subject: [PATCH 1/2] Backup: rephrase create-automatic description --- source/_integrations/backup.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/backup.markdown b/source/_integrations/backup.markdown index a2d6a5c1263c..04590a6760e2 100644 --- a/source/_integrations/backup.markdown +++ b/source/_integrations/backup.markdown @@ -39,8 +39,9 @@ However, it is no longer needed to create your own automation. Follow these step ### Action backup.create_automatic The {% my developer_call_service service="backup.create_automatic" %} action can be used -to create a backup of your Home Assistant instance, using the same settings as those used -by [automatic backups](/common-tasks/general/#setting-up-an-automatic-backup-process). +to create a backup of your Home Assistant instance. + +The automation editor does not show a UI editor because the automation uses the same settings you defined under {% my backup title="**Settings** > **System** > **Backups**" %}, under **Backup settings**. For a more detailed description, refer to the documentation on [automatic backups](/common-tasks/general/#setting-up-an-automatic-backup-process). This action can be called to create backups with pre-defined settings at a more flexible schedule than the schedule which can be configured for automatic backups. From c406aad6628b3aafabe49b79478b775a2cbb3250 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:43:58 +0200 Subject: [PATCH 2/2] Update source/_integrations/backup.markdown Co-authored-by: Martin Hjelmare --- source/_integrations/backup.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/backup.markdown b/source/_integrations/backup.markdown index 04590a6760e2..0bed3503008c 100644 --- a/source/_integrations/backup.markdown +++ b/source/_integrations/backup.markdown @@ -41,7 +41,7 @@ However, it is no longer needed to create your own automation. Follow these step The {% my developer_call_service service="backup.create_automatic" %} action can be used to create a backup of your Home Assistant instance. -The automation editor does not show a UI editor because the automation uses the same settings you defined under {% my backup title="**Settings** > **System** > **Backups**" %}, under **Backup settings**. For a more detailed description, refer to the documentation on [automatic backups](/common-tasks/general/#setting-up-an-automatic-backup-process). +The automation editor does not show a UI editor because the action uses the same settings you defined under {% my backup title="**Settings** > **System** > **Backups**" %}, under **Backup settings**. For a more detailed description, refer to the documentation on [automatic backups](/common-tasks/general/#setting-up-an-automatic-backup-process). This action can be called to create backups with pre-defined settings at a more flexible schedule than the schedule which can be configured for automatic backups.