From 3d752624256f711edc9b66fe1d3bea9d4c4991ea Mon Sep 17 00:00:00 2001 From: Marco Trevisan Date: Wed, 27 Apr 2022 11:47:47 +0200 Subject: [PATCH] hassio: Add missing compressed attribute to backup (#22533) --- source/_integrations/hassio.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/hassio.markdown b/source/_integrations/hassio.markdown index 0c6d82aabbb..a09ffa1507a 100644 --- a/source/_integrations/hassio.markdown +++ b/source/_integrations/hassio.markdown @@ -117,6 +117,7 @@ Create a full backup. | ---------------------- | -------- | ----------- | | `name` | yes | Name of the backup file. Default is current date and time | `password` | yes | Optional password for backup +| `compressed` | yes | `false` to create uncompressed backups ### Service hassio.backup_partial @@ -128,6 +129,7 @@ Create a partial backup. | `folders` | yes | List of directories to backup | `name` | yes | Name of the backup file. Default is current date and time | `password` | yes | Optional password for backup +| `compressed` | yes | `false` to create uncompressed backups ### Service hassio.restore_full