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