Files
ha-core/homeassistant/components/rest_command/strings.json
Jan Bouwhuis ec7aecef84 Get HomeAssistantError message from translation cache only (#113688)
Get HomeAssistant error message from translation cache only
2024-03-18 14:39:41 +01:00

20 lines
512 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}"
}
}
}