Add missing rest_command reload service to services.yaml (#105714)

* Add missing rest_command reload service to services.yaml

* Add missing strings.json

* retrigger stale CI
This commit is contained in:
Jan-Philipp Benecke 2023-12-14 15:20:34 +01:00 committed by GitHub
parent 356ad52d10
commit 82218928e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
reload:

View file

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "[%key:common::action::reload%]",
"description": "Reloads RESTful commands from the YAML-configuration."
}
}
}