mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix descriptions of send_command action for consistency (#135670)
Three small fixes for the description keys of the send_command action of the Homeworks integration: - use third-person singular for descriptive wording - Change to "the command" to match "the controller" in two strings Both ensure better and more consistent machine and human translations.
This commit is contained in:
@@ -167,15 +167,15 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"send_command": {
|
"send_command": {
|
||||||
"name": "Send command",
|
"name": "Send command",
|
||||||
"description": "Send custom command to a controller",
|
"description": "Sends a custom command to a controller",
|
||||||
"fields": {
|
"fields": {
|
||||||
"command": {
|
"command": {
|
||||||
"name": "Command",
|
"name": "Command",
|
||||||
"description": "Command to send to the controller. This can either be a single command or a list of commands."
|
"description": "The command to send to the controller. This can either be a single command or a list of commands."
|
||||||
},
|
},
|
||||||
"controller_id": {
|
"controller_id": {
|
||||||
"name": "Controller ID",
|
"name": "Controller ID",
|
||||||
"description": "The controller to which to send command."
|
"description": "The controller to which to send the command."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user