1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/homeassistant/components/shell_command/strings.json
2026-03-31 23:07:26 +02:00

23 lines
695 B
JSON

{
"exceptions": {
"non_utf8_output": {
"message": "Unable to handle non-utf8 output of command: `{command}`"
},
"timeout": {
"message": "Timed out running command: `{command}`, after: {timeout} seconds"
}
},
"issues": {
"reserved_reload_name": {
"description": "The shell command name {name} is a reserved for the reload action and cannot be used for user-defined commands. Please rename or remove this entry from your configuration.",
"title": "Reserved shell command action name"
}
},
"services": {
"reload": {
"description": "Reloads shell command configuration.",
"name": "[%key:common::action::reload%]"
}
}
}