mirror of https://github.com/home-assistant/core
20 lines
518 B
JSON
20 lines
518 B
JSON
{
|
|
"services": {
|
|
"reload": {
|
|
"name": "[%key:common::action::reload%]",
|
|
"description": "Reloads RESTful commands from the YAML-configuration."
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"timeout": {
|
|
"message": "Timeout when calling resource \"{request_url}\""
|
|
},
|
|
"client_error": {
|
|
"message": "Client error occurred when calling resource \"{request_url}\""
|
|
},
|
|
"decoding_error": {
|
|
"message": "The response of \"{request_url}\" could not be decoded as {decoding_type}"
|
|
}
|
|
}
|
|
}
|