action backup.create: add limitations (#38361)

This commit is contained in:
c0ffeeca7 2025-04-03 16:38:11 +02:00 committed by GitHub
parent 7369c2c273
commit 46dd522f29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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