Add hassio service descriptions (#42597)

* Add yaml for snapshot services

Adds snapshot_full and snapshot_partial service descriptions.

* fixes

Added password to full & partial.  Added name to partial.
This commit is contained in:
Petro31 2020-10-30 16:18:53 -04:00 committed by GitHub
parent 036a8b5667
commit ee528e1a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,32 @@ host_update:
description: Optional or it will be use the latest version.
example: "0.3"
snapshot_full:
description: Create a full snapshot.
fields:
name:
description: Optional or it will be the current date and time.
example: "Snapshot 1"
password:
description: Optional password.
example: "password"
snapshot_partial:
description: Create a partial snapshot.
fields:
addons:
description: Optional list of addon slugs.
example: ["core_ssh", "core_samba", "core_mosquitto"]
folders:
description: Optional list of directories.
example: ["homeassistant", "share"]
name:
description: Optional or it will be the current date and time.
example: "Partial Snapshot 1"
password:
description: Optional password.
example: "password"
supervisor_reload:
description: Reload the Hass.io supervisor.