Fix descriptions of virtualkey and set_variable_value actions (#141175)

- fix the broken grammar ("presses" vs. "simulate") in the description of the `virtualkey` action by using the wording from the online docs instead
- fix the wrong description of the `set_variable_value` action by replacing it with the right one from the online docs
This commit is contained in:
Norbert Rittel 2025-03-23 23:03:58 +01:00 committed by GitHub
parent b171439098
commit 693de289a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"services": {
"virtualkey": {
"name": "Virtual key",
"description": "Presses a virtual key from CCU/Homegear or simulate keypress.",
"description": "Simulates a keypress (or other valid action) on CCU/Homegear with virtual or device keys.",
"fields": {
"address": {
"name": "Address",
@ -24,7 +24,7 @@
},
"set_variable_value": {
"name": "Set variable value",
"description": "Sets the name of a node.",
"description": "Sets the value of a system variable.",
"fields": {
"entity_id": {
"name": "Entity",