From 46dd522f29fd5dc0254faf1cd737f77a89f53798 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:38:11 +0200 Subject: [PATCH] action backup.create: add limitations (#38361) --- source/_integrations/backup.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_integrations/backup.markdown b/source/_integrations/backup.markdown index 20315d69a64..a2d6a5c1263 100644 --- a/source/_integrations/backup.markdown +++ b/source/_integrations/backup.markdown @@ -57,8 +57,13 @@ action: backup.create_automatic The {% my developer_call_service service="backup.create" %} action can be used to create a backup of your Home Assistant instance. -This action is only available in [core and container installations](/installation/#advanced-installation-methods). -The action has no additional options or parameters. + +- This action is only available in [core and container installations](/installation/#advanced-installation-methods). +- The action has no additional options or parameters. +- The backup will only be saved on the local storage. +- The backup created with `backup.create` always includes the database. +- The backup will be created without a password. + Example action: ```yaml