Add homeassistant to partial backup endpoint (#1225)

This commit is contained in:
Joakim Sørensen 2022-02-23 17:58:34 +01:00 committed by GitHub
parent 30ff0bb8ee
commit d06b791272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -770,6 +770,7 @@ Create a partial backup.
| ---------- | ------- | -------- | ------------------------------------------- |
| name | string | True | The name you want to give the backup |
| password | string | True | The password you want to give the backup |
| homeassistant | boolean | True | Add home assistant core settings to the backup |
| addons | list | True | A list of strings representing add-on slugs |
| folders | list | True | A list of strings representing directories |
| compressed | boolean | True | `false` to create uncompressed backups |