mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
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:
parent
b171439098
commit
693de289a2
@ -2,7 +2,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"virtualkey": {
|
"virtualkey": {
|
||||||
"name": "Virtual key",
|
"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": {
|
"fields": {
|
||||||
"address": {
|
"address": {
|
||||||
"name": "Address",
|
"name": "Address",
|
||||||
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"set_variable_value": {
|
"set_variable_value": {
|
||||||
"name": "Set variable value",
|
"name": "Set variable value",
|
||||||
"description": "Sets the name of a node.",
|
"description": "Sets the value of a system variable.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user