Document storage location selector and service changes (#27414)

* Document storage location selector and service changes

* Backup location selector and fix TOC

* Fix more autoformatting changes to TOC

* Add screenshot

* Remove autoformatting issues

* Rescale image to align text size with other screenshots

* Revert "Rescale image to align text size with other screenshots"

This reverts commit 47203b1907b9125e79acd6456d7c8764ab90a28e.

* Fix from feedback

* Feedback changes

---------

Co-authored-by: c0ffeeca7 <k0ffeeka7@gmail.com>
This commit is contained in:
Mike Degatano 2023-06-27 14:44:01 -04:00 committed by GitHub
parent 57fdb6c716
commit c9162c3656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 1 deletions

View File

@ -18,27 +18,33 @@ The following selectors are currently available:
- [Action selector](#action-selector) - [Action selector](#action-selector)
- [Add-on selector](#add-on-selector) - [Add-on selector](#add-on-selector)
- [Area selector](#area-selector) - [Area selector](#area-selector)
- [Example area selectors](#example-area-selectors)
- [Attribute selector](#attribute-selector) - [Attribute selector](#attribute-selector)
- [Assist pipeline selector](#assist-pipeline-selector) - [Assist pipeline selector](#assist-pipeline-selector)
- [Backup location selector](#backup-location-selector)
- [Boolean selector](#boolean-selector) - [Boolean selector](#boolean-selector)
- [Color temperature selector](#color-temperature-selector) - [Color temperature selector](#color-temperature-selector)
- [Config entry selector](#config-entry-selector) - [Config entry selector](#config-entry-selector)
- [Constant selector](#constant-selector) - [Constant selector](#constant-selector)
- [Date selector](#date-selector) - [Date selector](#date-selector)
- [Date & time selector](#date--time-selector) - [Date \& time selector](#date--time-selector)
- [Device selector](#device-selector) - [Device selector](#device-selector)
- [Example device selector](#example-device-selector)
- [Duration selector](#duration-selector) - [Duration selector](#duration-selector)
- [Entity selector](#entity-selector) - [Entity selector](#entity-selector)
- [Example entity selector](#example-entity-selector)
- [Icon selector](#icon-selector) - [Icon selector](#icon-selector)
- [Language selector](#language-selector) - [Language selector](#language-selector)
- [Location selector](#location-selector) - [Location selector](#location-selector)
- [Media selector](#media-selector) - [Media selector](#media-selector)
- [Number selector](#number-selector) - [Number selector](#number-selector)
- [Example number selectors](#example-number-selectors)
- [Object selector](#object-selector) - [Object selector](#object-selector)
- [RGB color selector](#rgb-color-selector) - [RGB color selector](#rgb-color-selector)
- [Select selector](#select-selector) - [Select selector](#select-selector)
- [State selector](#state-selector) - [State selector](#state-selector)
- [Target selector](#target-selector) - [Target selector](#target-selector)
- [Example target selectors](#example-target-selectors)
- [Template selector](#template-selector) - [Template selector](#template-selector)
- [Text selector](#text-selector) - [Text selector](#text-selector)
- [Theme selector](#theme-selector) - [Theme selector](#theme-selector)
@ -259,6 +265,21 @@ This selector does not have any other options; therefore, it only has its key.
assist_pipeline: assist_pipeline:
``` ```
## Backup location selector
This can only be used on an installation with a Supervisor (Operating System or
Supervised). For installations of type Home Assistant Core or Container, an error
will be displayed.
The backup location selector shows a list of places a backup could go, depending
on what you have configured in [storage](https://my.home-assistant.io/redirect/storage/).
![Screenshot of an assist pipeline selector](/images/blueprints/selector-backup-location.png)
The output of this selector is the name of the selected network storage. It may
also be the value `/backup`, if the user chooses to use the local data disk option
instead of one of the configured network storage locations.
## Boolean selector ## Boolean selector
The boolean selector shows a toggle that allows the user to turn on or off The boolean selector shows a toggle that allows the user to turn on or off

View File

@ -144,6 +144,7 @@ Create a full backup.
| `name` | yes | Name of the backup file. Default is current date and time | `name` | yes | Name of the backup file. Default is current date and time
| `password` | yes | Optional password for backup | `password` | yes | Optional password for backup
| `compressed` | yes | `false` to create uncompressed backups | `compressed` | yes | `false` to create uncompressed backups
| `location` | yes | Alternate backup location instead of using the default location for backups
### Service hassio.backup_partial ### Service hassio.backup_partial
@ -156,6 +157,7 @@ Create a partial backup.
| `name` | yes | Name of the backup file. Default is current date and time | `name` | yes | Name of the backup file. Default is current date and time
| `password` | yes | Optional password for backup | `password` | yes | Optional password for backup
| `compressed` | yes | `false` to create uncompressed backups | `compressed` | yes | `false` to create uncompressed backups
| `location` | yes | Alternate backup location instead of using the default location for backups
### Service hassio.restore_full ### Service hassio.restore_full

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB