mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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",
|
"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": {
|
||||||
|
@ -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%]"
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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": {
|
||||||
|
@ -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%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user