Replace IP Address in strings.json (#40968)

This commit is contained in:
Melvin 2020-10-01 16:31:34 +02:00 committed by GitHub
parent 6627ffff39
commit 2a05fe7270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
"title": "Denon AVR Network Receivers",
"description": "Connect to your receiver, if the IP address is not set, auto-discovery is used",
"data": {
"host": "IP address"
"host": "[%key:common::config_flow::data::ip%]"
}
},
"confirm": {

View File

@ -12,7 +12,7 @@
"title": "Setup GogoGate2 or iSmartGate",
"description": "Provide requisite information below.",
"data": {
"ip_address": "IP Address",
"ip_address": "[%key:common::config_flow::data::ip%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}

View File

@ -5,7 +5,7 @@
"user": {
"description": "Configure a local Elexa Guardian device.",
"data": {
"ip_address": "IP Address",
"ip_address": "[%key:common::config_flow::data::ip%]",
"port": "Port"
}
},

View File

@ -3,7 +3,7 @@
"step": {
"user": {
"title": "Connect to the powerwall",
"data": { "ip_address": "IP Address" }
"data": { "ip_address": "[%key:common::config_flow::data::ip%]" }
}
},
"error": {

View File

@ -20,7 +20,7 @@
"region": "Region",
"name": "Name",
"code": "PIN",
"ip_address": "IP Address"
"ip_address": "[%key:common::config_flow::data::ip%]"
}
}
},