mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Replace IP Address in strings.json (#40968)
This commit is contained in:
parent
6627ffff39
commit
2a05fe7270
@ -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": {
|
||||
|
@ -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%]"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
@ -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": {
|
||||
|
@ -20,7 +20,7 @@
|
||||
"region": "Region",
|
||||
"name": "Name",
|
||||
"code": "PIN",
|
||||
"ip_address": "IP Address"
|
||||
"ip_address": "[%key:common::config_flow::data::ip%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user