From 79484ea7f5564928ab498f8b895465751ef82efe Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 19 Dec 2024 10:50:12 +0100 Subject: [PATCH] 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. --- homeassistant/components/knx/strings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/knx/strings.json b/homeassistant/components/knx/strings.json index 08b921f316b..d697fa79e78 100644 --- a/homeassistant/components/knx/strings.json +++ b/homeassistant/components/knx/strings.json @@ -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%]",