From cf72ade09357919beee3be8d6e0fc2d0d153ec95 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Mon, 10 Aug 2020 15:51:37 -0500 Subject: [PATCH] Add URL as common string (#38694) * add URL as common string * Update strings.json --- homeassistant/components/huawei_lte/strings.json | 2 +- homeassistant/strings.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/huawei_lte/strings.json b/homeassistant/components/huawei_lte/strings.json index 554ec0f53ca..8435d0a5347 100644 --- a/homeassistant/components/huawei_lte/strings.json +++ b/homeassistant/components/huawei_lte/strings.json @@ -21,7 +21,7 @@ "user": { "data": { "password": "[%key:common::config_flow::data::password%]", - "url": "URL", + "url": "[%key:common::config_flow::data::url%]", "username": "[%key:common::config_flow::data::username%]" }, "description": "Enter device access details. Specifying username and password is optional, but enables support for more integration features. On the other hand, use of an authorized connection may cause problems accessing the device web interface from outside Home Assistant while the integration is active, and the other way around.", diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 26622feadfb..63615094715 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -31,6 +31,7 @@ "host": "Host", "ip": "IP Address", "port": "Port", + "url": "URL", "usb_path": "USB Device Path", "access_token": "Access Token", "api_key": "API Key"