mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +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": {
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user