From dfbb25ab18c5dafdbdf23ffffb337974a6462f95 Mon Sep 17 00:00:00 2001 From: mik-laj <12058428+mik-laj@users.noreply.github.com> Date: Fri, 31 Oct 2025 22:38:01 +0000 Subject: [PATCH 1/2] Use data_description in config_flow for WLED --- homeassistant/components/wled/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/wled/strings.json b/homeassistant/components/wled/strings.json index 76ef57652583f..312eb4cb95c97 100644 --- a/homeassistant/components/wled/strings.json +++ b/homeassistant/components/wled/strings.json @@ -129,6 +129,9 @@ "init": { "data": { "keep_master_light": "Add 'Main' control even with single LED segment" + }, + "data_description": { + "keep_master_light": "This ensures the master light is always there, in case you are automating segments to appear and remove dynamically." } } } From 5e460f9ba89adcee873f44fd24939ff3c06671d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Sat, 1 Nov 2025 00:35:07 +0100 Subject: [PATCH 2/2] Update homeassistant/components/wled/strings.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- homeassistant/components/wled/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/wled/strings.json b/homeassistant/components/wled/strings.json index 312eb4cb95c97..67fdf5604b70a 100644 --- a/homeassistant/components/wled/strings.json +++ b/homeassistant/components/wled/strings.json @@ -131,7 +131,7 @@ "keep_master_light": "Add 'Main' control even with single LED segment" }, "data_description": { - "keep_master_light": "This ensures the master light is always there, in case you are automating segments to appear and remove dynamically." + "keep_master_light": "Ensures the main light control is always available when you are dynamically adding and removing segments through automation." } } }