Skip to content

Commit

Permalink
Add missing rest_command reload service to services.yaml (#105714)
Browse files Browse the repository at this point in the history
* Add missing rest_command reload service to services.yaml

* Add missing strings.json

* retrigger stale CI
  • Loading branch information
jpbede authored Dec 14, 2023
1 parent 356ad52 commit 8221892
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/rest_command/services.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reload:
8 changes: 8 additions & 0 deletions homeassistant/components/rest_command/strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "[%key:common::action::reload%]",
"description": "Reloads RESTful commands from the YAML-configuration."
}
}
}

0 comments on commit 8221892

Please sign in to comment.