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

View File

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

View File

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

View File

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

View File

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