Improve action descriptions in homematic (#151751)

This commit is contained in:
Norbert Rittel
2025-09-05 11:46:28 +02:00
committed by GitHub
parent 0a3032e766
commit aa4a110923
@@ -42,7 +42,7 @@
},
"set_device_value": {
"name": "Set device value",
"description": "Sets a device property on RPC XML interface.",
"description": "Controls a device manually. Equivalent to setValue-method from XML-RPC.",
"fields": {
"address": {
"name": "Address",
@@ -80,11 +80,11 @@
"fields": {
"interface": {
"name": "Interface",
"description": "Select the given interface into install mode."
"description": "The interface to set into install mode."
},
"mode": {
"name": "[%key:common::config_flow::data::mode%]",
"description": "1= Normal mode / 2= Remove exists old links."
"description": "1= Normal mode / 2= Remove existing old links."
},
"time": {
"name": "Time",
@@ -98,11 +98,11 @@
},
"put_paramset": {
"name": "Put paramset",
"description": "Calls to putParamset in the RPC XML interface.",
"description": "Manually changes a devices paramset. Equivalent to putParamset-method from XML-RPC.",
"fields": {
"interface": {
"name": "Interface",
"description": "The interfaces name from the config."
"description": "The interface's name from the config."
},
"address": {
"name": "Address",