Grammar fixes for action names and descriptions (#133559)

Several KNX actions contain a wrong "s" at the end of their verbs while those are missing in several of the descriptions.

This commit changes all those to make them consistent with the remaining actions in KNX and the standard terminology in Home Assistant.
pull/133561/head^2
Norbert Rittel 2024-12-19 10:50:12 +01:00 committed by GitHub
parent 3568bdca65
commit 79484ea7f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -360,8 +360,8 @@
}
},
"read": {
"name": "Reads from KNX bus",
"description": "Send GroupValueRead requests to the KNX bus. Response can be used from `knx_event` and will be processed in KNX entities.",
"name": "Read from KNX bus",
"description": "Sends GroupValueRead requests to the KNX bus. Response can be used from `knx_event` and will be processed in KNX entities.",
"fields": {
"address": {
"name": "[%key:component::knx::services::send::fields::address::name%]",
@ -370,8 +370,8 @@
}
},
"event_register": {
"name": "Registers knx_event",
"description": "Add or remove group addresses to knx_event filter for triggering `knx_event`s. Only addresses added with this service can be removed.",
"name": "Register knx_event",
"description": "Adds or removes group addresses to knx_event filter for triggering `knx_event`s. Only addresses added with this service can be removed.",
"fields": {
"address": {
"name": "[%key:component::knx::services::send::fields::address::name%]",
@ -389,7 +389,7 @@
},
"exposure_register": {
"name": "Expose to KNX bus",
"description": "Adds or remove exposures to KNX bus. Only exposures added with this service can be removed.",
"description": "Adds or removes exposures to KNX bus. Only exposures added with this service can be removed.",
"fields": {
"address": {
"name": "[%key:component::knx::services::send::fields::address::name%]",