From e360348525ca833579bb2e54d3a6bc3ba1f67a6a Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 19 Feb 2025 20:28:09 +0100 Subject: [PATCH] Make description of `input_select.select_next` action consistent (#138877) --- homeassistant/components/input_select/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/input_select/strings.json b/homeassistant/components/input_select/strings.json index faa47c979a1..c46e3740b68 100644 --- a/homeassistant/components/input_select/strings.json +++ b/homeassistant/components/input_select/strings.json @@ -20,7 +20,7 @@ "services": { "select_next": { "name": "Next", - "description": "Select the next option.", + "description": "Selects the next option.", "fields": { "cycle": { "name": "Cycle",