From 2a9082559a143431faa641c24bd27c73c4019adb Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 18 Dec 2024 22:35:58 +0100 Subject: [PATCH] Fix names and description of two actions (#133528) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The two actions enable_motion_recording and disable_motion_recording use "Enables" and "Disables" in their names. This is inconsistent with the name of the actions, all other actions of this component, and the standard way of naming them, too. In addition the description of the latter misses the "s" which causes additional inconsistency – especially in translations. --- homeassistant/components/amcrest/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/amcrest/strings.json b/homeassistant/components/amcrest/strings.json index 816511bf05e..807c75e1ac8 100644 --- a/homeassistant/components/amcrest/strings.json +++ b/homeassistant/components/amcrest/strings.json @@ -41,7 +41,7 @@ } }, "enable_motion_recording": { - "name": "Enables motion recording", + "name": "Enable motion recording", "description": "Enables recording a clip to camera storage when motion is detected.", "fields": { "entity_id": { @@ -51,8 +51,8 @@ } }, "disable_motion_recording": { - "name": "Disables motion recording", - "description": "Disable recording a clip to camera storage when motion is detected.", + "name": "Disable motion recording", + "description": "Disables recording a clip to camera storage when motion is detected.", "fields": { "entity_id": { "name": "[%key:component::amcrest::services::enable_recording::fields::entity_id::name%]",