1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 20:24:21 +01:00
Files

61 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 cannot 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"
},
"not_readable_path": {
"message": "Path {file_path} is not readable"
}
},
"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"
}
}
}