From 4399d09820c20ea254100672ee5d4a3a40d276c8 Mon Sep 17 00:00:00 2001 From: Bas Brussee <68892092+basbruss@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:02:08 +0100 Subject: [PATCH] Allow data description in sections (#128965) * Allow data description in sections * update format with ruff * Add data_description to kitchen_sink input section --------- Co-authored-by: Erik --- homeassistant/components/kitchen_sink/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/kitchen_sink/strings.json b/homeassistant/components/kitchen_sink/strings.json index 63e27e04637..b8dcfdd8e69 100644 --- a/homeassistant/components/kitchen_sink/strings.json +++ b/homeassistant/components/kitchen_sink/strings.json @@ -21,6 +21,9 @@ "bool": "Optional boolean", "int": "Numeric input" }, + "data_description": { + "int": "A longer description for the numeric input" + }, "description": "This section allows input of some extra data", "name": "Collapsible section" }