mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 16:36:08 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
23 lines
695 B
JSON
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%]"
|
|
}
|
|
}
|
|
}
|