From 507bb4a6850ef93cbdae7a89db10af8aeb79c219 Mon Sep 17 00:00:00 2001 From: Guido Schmitz Date: Wed, 27 Nov 2024 09:26:19 +0100 Subject: [PATCH] Add data_description to devolo Home Network (#131511) --- homeassistant/components/devolo_home_network/strings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homeassistant/components/devolo_home_network/strings.json b/homeassistant/components/devolo_home_network/strings.json index 2996cea90cb..4b683b5d2fa 100644 --- a/homeassistant/components/devolo_home_network/strings.json +++ b/homeassistant/components/devolo_home_network/strings.json @@ -6,11 +6,17 @@ "description": "[%key:common::config_flow::description::confirm_setup%]", "data": { "ip_address": "[%key:common::config_flow::data::ip%]" + }, + "data_description": { + "ip_address": "IP address of your devolo Home Network device. This can be found in the devolo Home Network App on the device dashboard." } }, "reauth_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]" + }, + "data_description": { + "password": "Password you protected the device with." } }, "zeroconf_confirm": {