mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
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:
parent
57fdb6c716
commit
c9162c3656
@ -18,27 +18,33 @@ The following selectors are currently available:
|
||||
- [Action selector](#action-selector)
|
||||
- [Add-on selector](#add-on-selector)
|
||||
- [Area selector](#area-selector)
|
||||
- [Example area selectors](#example-area-selectors)
|
||||
- [Attribute selector](#attribute-selector)
|
||||
- [Assist pipeline selector](#assist-pipeline-selector)
|
||||
- [Backup location selector](#backup-location-selector)
|
||||
- [Boolean selector](#boolean-selector)
|
||||
- [Color temperature selector](#color-temperature-selector)
|
||||
- [Config entry selector](#config-entry-selector)
|
||||
- [Constant selector](#constant-selector)
|
||||
- [Date selector](#date-selector)
|
||||
- [Date & time selector](#date--time-selector)
|
||||
- [Date \& time selector](#date--time-selector)
|
||||
- [Device selector](#device-selector)
|
||||
- [Example device selector](#example-device-selector)
|
||||
- [Duration selector](#duration-selector)
|
||||
- [Entity selector](#entity-selector)
|
||||
- [Example entity selector](#example-entity-selector)
|
||||
- [Icon selector](#icon-selector)
|
||||
- [Language selector](#language-selector)
|
||||
- [Location selector](#location-selector)
|
||||
- [Media selector](#media-selector)
|
||||
- [Number selector](#number-selector)
|
||||
- [Example number selectors](#example-number-selectors)
|
||||
- [Object selector](#object-selector)
|
||||
- [RGB color selector](#rgb-color-selector)
|
||||
- [Select selector](#select-selector)
|
||||
- [State selector](#state-selector)
|
||||
- [Target selector](#target-selector)
|
||||
- [Example target selectors](#example-target-selectors)
|
||||
- [Template selector](#template-selector)
|
||||
- [Text selector](#text-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:
|
||||
```
|
||||
|
||||
## 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/).
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
The boolean selector shows a toggle that allows the user to turn on or off
|
||||
|
@ -144,6 +144,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
|
||||
| `location` | yes | Alternate backup location instead of using the default location for backups
|
||||
|
||||
### 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
|
||||
| `password` | yes | Optional password for backup
|
||||
| `compressed` | yes | `false` to create uncompressed backups
|
||||
| `location` | yes | Alternate backup location instead of using the default location for backups
|
||||
|
||||
### Service hassio.restore_full
|
||||
|
||||
|
BIN
source/images/blueprints/selector-backup-location.png
Normal file
BIN
source/images/blueprints/selector-backup-location.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
x
Reference in New Issue
Block a user