From 32d7a23bff1de7c2a311d4f45857fd0d63d95cf2 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 19 Jan 2025 02:13:28 +0100 Subject: [PATCH] Fix duplicated "effect" in Speed field descriptions of flux_led (#135948) --- homeassistant/components/flux_led/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/flux_led/strings.json b/homeassistant/components/flux_led/strings.json index aa56708c645..8f4517ff722 100644 --- a/homeassistant/components/flux_led/strings.json +++ b/homeassistant/components/flux_led/strings.json @@ -101,7 +101,7 @@ }, "speed_pct": { "name": "Speed", - "description": "Effect speed for the custom effect (0-100)." + "description": "The speed of the effect in % (0-100, default 50)." }, "transition": { "name": "Transition",