1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/rest_command/strings.json
2024-01-05 15:44:31 +01:00

20 lines
502 B
JSON

{
"services": {
"reload": {
"name": "[%key:common::action::reload%]",
"description": "Reloads RESTful commands from the YAML-configuration."
}
},
"exceptions": {
"timeout": {
"message": "Timeout while waiting for response from the server"
},
"client_error": {
"message": "An error occurred while requesting the resource"
},
"decoding_error": {
"message": "The response from the server could not be decoded as {decoding_type}"
}
}
}