mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
20 lines
518 B
JSON
20 lines
518 B
JSON
{
|
|
"exceptions": {
|
|
"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}"
|
|
},
|
|
"timeout": {
|
|
"message": "Timeout when calling resource \"{request_url}\""
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": {
|
|
"description": "Reloads RESTful commands from the YAML-configuration.",
|
|
"name": "[%key:common::action::reload%]"
|
|
}
|
|
}
|
|
}
|