From 533b9f969d686e0c8fb6bc147016f96ebf9523ca Mon Sep 17 00:00:00 2001 From: wollew Date: Wed, 5 Nov 2025 11:25:07 +0100 Subject: [PATCH] velux: add missing data_descriptions in config flow (#155832) --- homeassistant/components/velux/strings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/components/velux/strings.json b/homeassistant/components/velux/strings.json index cce7cdf2f13..67e89425c3d 100644 --- a/homeassistant/components/velux/strings.json +++ b/homeassistant/components/velux/strings.json @@ -18,6 +18,10 @@ "data": { "host": "[%key:common::config_flow::data::host%]", "password": "[%key:common::config_flow::data::password%]" + }, + "data_description": { + "host": "The hostname or IP address of your KLF200 gateway.", + "password": "The password for your KLF200 gateway." } } }