mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
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:
committed by
Franck Nijhof
parent
73e234dfa5
commit
f8e92ddcb3
@@ -0,0 +1 @@
|
|||||||
|
reload:
|
||||||
|
8
homeassistant/components/rest_command/strings.json
Normal file
8
homeassistant/components/rest_command/strings.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "[%key:common::action::reload%]",
|
||||||
|
"description": "Reloads RESTful commands from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user