mirror of
https://github.com/usetrmnl/ha_core.git
synced 2026-04-29 13:39:29 -07:00
11 lines
241 B
JSON
11 lines
241 B
JSON
|
|
{
|
||
|
|
"exceptions": {
|
||
|
|
"timeout": {
|
||
|
|
"message": "Timed out running command: `{command}`, after: {timeout} seconds"
|
||
|
|
},
|
||
|
|
"non_utf8_output": {
|
||
|
|
"message": "Unable to handle non-utf8 output of command: `{command}`"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|