From 9d5fe77b716b8e3463950e8b7f38905ed6e97361 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 19 Jan 2025 13:34:22 +0100 Subject: [PATCH] Remove unnecessary "title" keys to use default setup flow instead (#135512) --- homeassistant/components/velux/strings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/velux/strings.json b/homeassistant/components/velux/strings.json index 1d0f86bfc6b..0cf578732fb 100644 --- a/homeassistant/components/velux/strings.json +++ b/homeassistant/components/velux/strings.json @@ -2,14 +2,12 @@ "config": { "step": { "user": { - "title": "Setup Velux", "data": { "host": "[%key:common::config_flow::data::host%]", "password": "[%key:common::config_flow::data::password%]" } }, "discovery_confirm": { - "title": "Setup Velux", "description": "Please enter the password for {name} ({host})", "data": { "password": "[%key:common::config_flow::data::password%]"