Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions homeassistant/components/hassio/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Comment thread
Petro31 marked this conversation as resolved.
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.

Expand Down