1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 12:14:20 +01:00
Files
core/homeassistant/components/command_line/strings.json
T
2026-05-19 21:08:03 +02:00

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%]"
}
}
}