Files
core/homeassistant/components/shell_command/strings.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
241 B
JSON
Raw Normal View History

{
"exceptions": {
"non_utf8_output": {
"message": "Unable to handle non-utf8 output of command: `{command}`"
2025-10-28 10:33:10 +01:00
},
"timeout": {
"message": "Timed out running command: `{command}`, after: {timeout} seconds"
}
}
}