mirror of
https://github.com/home-assistant/core.git
synced 2026-06-01 13:14:35 +01:00
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%]"
|
|
}
|
|
}
|
|
}
|