mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 12:14:20 +01:00
3fee05db71
Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"exceptions": {
|
|
"command_error": {
|
|
"message": "Error trying to execute command: {command}. Error: {error}"
|
|
},
|
|
"timeout_error": {
|
|
"message": "Timeout trying to execute command: {command}"
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": {
|
|
"description": "Reloads command line configuration from the YAML-configuration.",
|
|
"name": "[%key:common::action::reload%]"
|
|
}
|
|
}
|
|
}
|