Add consistent descriptions to turn on / off and toggle commands (#130985)

This commit is contained in:
Norbert Rittel 2024-11-22 13:22:29 +01:00 committed by GitHub
parent f58a6fa2cb
commit 430a47138a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
"services": {
"turn_on": {
"name": "[%key:common::action::turn_on%]",
"description": "Sends the power on command.",
"description": "Sends the turn on command.",
"fields": {
"activity": {
"name": "Activity",
@ -38,11 +38,11 @@
},
"toggle": {
"name": "[%key:common::action::toggle%]",
"description": "Toggles a device on/off."
"description": "Sends the toggle command."
},
"turn_off": {
"name": "[%key:common::action::turn_off%]",
"description": "Turns the device off."
"description": "Sends the turn off command."
},
"send_command": {
"name": "Send command",