From 4d00767081717d62f64a7187474aa81d719f2c18 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:35:08 +0100 Subject: [PATCH] ASUSWRT: add description of host field. Fix title (#104690) Co-authored-by: Franck Nijhof --- homeassistant/components/asuswrt/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/asuswrt/strings.json b/homeassistant/components/asuswrt/strings.json index cf105a6a708..8a3207ec7cb 100644 --- a/homeassistant/components/asuswrt/strings.json +++ b/homeassistant/components/asuswrt/strings.json @@ -2,7 +2,6 @@ "config": { "step": { "user": { - "title": "AsusWRT", "description": "Set required parameter to connect to your router", "data": { "host": "[%key:common::config_flow::data::host%]", @@ -11,10 +10,12 @@ "ssh_key": "Path to your SSH key file (instead of password)", "protocol": "Communication protocol to use", "port": "Port (leave empty for protocol default)" + }, + "data_description": { + "host": "The hostname or IP address of your ASUSWRT router." } }, "legacy": { - "title": "AsusWRT", "description": "Set required parameters to connect to your router", "data": { "mode": "Router operating mode" @@ -37,7 +38,6 @@ "options": { "step": { "init": { - "title": "AsusWRT Options", "data": { "consider_home": "Seconds to wait before considering a device away", "track_unknown": "Track unknown / unnamed devices",