hass-core/homeassistant/components/local_file/strings.json
G Johansson 9f469c08d1
Code quality improvement on local_file (#125165)
* Code quality improvement on local_file

* Fix

* No translation

* Review comments
2024-09-06 15:35:38 +02:00

19 lines
462 B
JSON

{
"services": {
"update_file_path": {
"name": "Updates file path",
"description": "Use this action to change the file displayed by the camera.",
"fields": {
"file_path": {
"name": "File path",
"description": "The full path to the new image file to be displayed."
}
}
}
},
"exceptions": {
"file_path_not_accessible": {
"message": "Path {file_path} is not accessible"
}
}
}