20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"exceptions": {
|
|
"error_communicating": {
|
|
"message": "Error communicating with {resource}"
|
|
},
|
|
"turn_off_failed": {
|
|
"message": "Failed to turn off {resource}"
|
|
},
|
|
"turn_on_failed": {
|
|
"message": "Failed to turn on {resource}"
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": {
|
|
"description": "Reloads REST entities from the YAML-configuration.",
|
|
"name": "[%key:common::action::reload%]"
|
|
}
|
|
}
|
|
}
|