mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Use "restore from" in field descriptions of restore_partial action (#134285)
This commit is contained in:
parent
26e0fcdb08
commit
9a58440296
@ -362,7 +362,7 @@
|
|||||||
},
|
},
|
||||||
"addons": {
|
"addons": {
|
||||||
"name": "Add-ons",
|
"name": "Add-ons",
|
||||||
"description": "List of add-ons to include in the backup. Use the name slug of the add-on."
|
"description": "List of add-ons to include in the backup. Use the name slug of each add-on."
|
||||||
},
|
},
|
||||||
"folders": {
|
"folders": {
|
||||||
"name": "Folders",
|
"name": "Folders",
|
||||||
@ -418,11 +418,11 @@
|
|||||||
},
|
},
|
||||||
"folders": {
|
"folders": {
|
||||||
"name": "[%key:component::hassio::services::backup_partial::fields::folders::name%]",
|
"name": "[%key:component::hassio::services::backup_partial::fields::folders::name%]",
|
||||||
"description": "[%key:component::hassio::services::backup_partial::fields::folders::description%]"
|
"description": "List of directories to restore from the backup."
|
||||||
},
|
},
|
||||||
"addons": {
|
"addons": {
|
||||||
"name": "[%key:component::hassio::services::backup_partial::fields::addons::name%]",
|
"name": "[%key:component::hassio::services::backup_partial::fields::addons::name%]",
|
||||||
"description": "[%key:component::hassio::services::backup_partial::fields::addons::description%]"
|
"description": "List of add-ons to restore from the backup. Use the name slug of each add-on."
|
||||||
},
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"name": "[%key:common::config_flow::data::password%]",
|
"name": "[%key:common::config_flow::data::password%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user