mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
action backup.create: add limitations (#38361)
This commit is contained in:
parent
7369c2c273
commit
46dd522f29
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user