From a3cc68754fdf1442dfe0ea4acff63025cd6e758b Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 22 Jan 2025 10:18:41 +0100 Subject: [PATCH] Make description of hdmi_cec.select_device action consistent (#136228) The hdmi_cec.select_device action has an inconsistent description that causes wrong (machine) translations. This commit brings it in line with all other actions in the integration. --- homeassistant/components/hdmi_cec/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/hdmi_cec/strings.json b/homeassistant/components/hdmi_cec/strings.json index 449b9f72fe7..70848b0514e 100644 --- a/homeassistant/components/hdmi_cec/strings.json +++ b/homeassistant/components/hdmi_cec/strings.json @@ -6,7 +6,7 @@ }, "select_device": { "name": "Select device", - "description": "Select HDMI device.", + "description": "Selects an HDMI device.", "fields": { "device": { "name": "[%key:common::config_flow::data::device%]",