mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
11 lines
241 B
JSON
11 lines
241 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"
|
|
}
|
|
}
|
|
}
|