mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 18:38:17 +00:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error": {
|
|
"not_readable_path": "The provided path to the file can not be read"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"file_path": "File path",
|
|
"name": "[%key:common::config_flow::data::name%]"
|
|
},
|
|
"data_description": {
|
|
"file_path": "The full path to the image file to be displayed. Be sure the path of the file is in the allowed paths, you can read more about this in the documentation.",
|
|
"name": "Name for the created entity."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"file_path_not_accessible": {
|
|
"message": "Path {file_path} is not accessible"
|
|
}
|
|
},
|
|
"options": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error": {
|
|
"not_readable_path": "[%key:component::local_file::config::error::not_readable_path%]"
|
|
},
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"file_path": "[%key:component::local_file::config::step::user::data::file_path%]"
|
|
},
|
|
"data_description": {
|
|
"file_path": "[%key:component::local_file::config::step::user::data_description::file_path%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"update_file_path": {
|
|
"description": "Changes the file displayed by the camera.",
|
|
"fields": {
|
|
"file_path": {
|
|
"description": "[%key:component::local_file::config::step::user::data_description::file_path%]",
|
|
"name": "File path"
|
|
}
|
|
},
|
|
"name": "Update file path"
|
|
}
|
|
}
|
|
}
|