forked from home-assistant/core
Fix typo in get_command action description (#134026)
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"get_command": {
|
"get_command": {
|
||||||
"name": "Get command",
|
"name": "Get command",
|
||||||
"description": "Send sa generic HTTP get command.",
|
"description": "Sends a generic HTTP get command.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"command": {
|
"command": {
|
||||||
"name": "Command",
|
"name": "Command",
|
||||||
|
Reference in New Issue
Block a user