1
mirror of https://github.com/home-assistant/core synced 2024-08-15 18:25:44 +02:00

Add URL as common string (#38694)

* add URL as common string

* Update strings.json
This commit is contained in:
Chris Talkington 2020-08-10 15:51:37 -05:00 committed by GitHub
parent bbda1272c2
commit cf72ade093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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.",

View File

@ -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"