From 0b7a023d2e079dff5cdf04571fa01a24bcd13a31 Mon Sep 17 00:00:00 2001
From: Norbert Rittel <norbert@rittel.de>
Date: Mon, 24 Feb 2025 13:56:06 +0100
Subject: [PATCH] Fix description of `cycle` field in
 `input_select.select_previous` action (#139032)

---
 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 c46e3740b68..72fd50f7ec7 100644
--- a/homeassistant/components/input_select/strings.json
+++ b/homeassistant/components/input_select/strings.json
@@ -44,7 +44,7 @@
       "fields": {
         "cycle": {
           "name": "[%key:component::input_select::services::select_next::fields::cycle::name%]",
-          "description": "[%key:component::input_select::services::select_next::fields::cycle::description%]"
+          "description": "If the option should cycle from the first to the last option on the list."
         }
       }
     },
-- 
GitLab