Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/denonavr/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/gogogate2/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%]"
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/guardian/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/powerwall/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ps4/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"region": "Region",
"name": "Name",
"code": "PIN",
"ip_address": "IP Address"
"ip_address": "[%key:common::config_flow::data::ip%]"
}
}
},
Expand Down