* Allow setting password for backups * use is_hassio from helpers * move it * Fix getting psw * Fix restoring with psw * Address review comments * Improve docstring * Adjust kitchen sink * Adjust --------- Co-authored-by: Erik <erik@montnemery.com>
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"services": {
|
|
"create": {
|
|
"name": "Create backup",
|
|
"description": "Creates a new backup.",
|
|
"fields": {
|
|
"password": {
|
|
"name": "[%key:common::config_flow::data::password%]",
|
|
"description": "Password protect the backup"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|