From f8e92ddcb3c48904ede4febb90bc98894c1b8d2f Mon Sep 17 00:00:00 2001
From: Jan-Philipp Benecke <jan-philipp@bnck.me>
Date: Thu, 14 Dec 2023 15:20:34 +0100
Subject: [PATCH] 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
---
 homeassistant/components/rest_command/services.yaml | 1 +
 homeassistant/components/rest_command/strings.json  | 8 ++++++++
 2 files changed, 9 insertions(+)
 create mode 100644 homeassistant/components/rest_command/strings.json

diff --git a/homeassistant/components/rest_command/services.yaml b/homeassistant/components/rest_command/services.yaml
index e69de29bb2d..c983a105c93 100644
--- a/homeassistant/components/rest_command/services.yaml
+++ b/homeassistant/components/rest_command/services.yaml
@@ -0,0 +1 @@
+reload:
diff --git a/homeassistant/components/rest_command/strings.json b/homeassistant/components/rest_command/strings.json
new file mode 100644
index 00000000000..15f59ec8e29
--- /dev/null
+++ b/homeassistant/components/rest_command/strings.json
@@ -0,0 +1,8 @@
+{
+  "services": {
+    "reload": {
+      "name": "[%key:common::action::reload%]",
+      "description": "Reloads RESTful commands from the YAML-configuration."
+    }
+  }
+}