Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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/broadlink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"finish": {
"title": "Choose a name for the device",
"data": {
"name": "Name"
"name": "[%key:common::config_flow::data::name%]"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/emulated_roku/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"advertise_port": "Advertise port",
"host_ip": "Host IP",
"listen_port": "Listen port",
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"upnp_bind_multicast": "Bind multicast (True/False)"
},
"title": "Define server configuration"
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/glances/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"user": {
"title": "Setup Glances",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
Expand Down Expand Up @@ -33,4 +33,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/goalzero/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "First, you need to download the Goal Zero app: https://www.goalzero.com/product-features/yeti-app/\n\nFollow the instructions to connect your Yeti to your Wifi network. Then get the host ip from your router. DHCP must be set up in your router settings for the device to ensure the host ip does not change. Refer to your router's user manual.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "Name"
"name": "[%key:common::config_flow::data::name%]"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ipma/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Location",
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"latitude": "Latitude",
"longitude": "Longitude",
"mode": "Mode"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/met/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Location",
"description": "Meteorologisk institutt",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"latitude": "Latitude",
"longitude": "Longitude",
"elevation": "Elevation"
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/mikrotik/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"user": {
"title": "Set up Mikrotik Router",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
Expand Down Expand Up @@ -33,4 +33,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions homeassistant/components/minecraft_server/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Link your Minecraft Server",
"description": "Set up your Minecraft Server instance to allow monitoring.",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]"
}
}
Expand All @@ -19,4 +19,4 @@
"already_configured": "Host is already configured."
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/nzbget/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"user": {
"title": "Connect to NZBGet",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/onvif/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"manual_input": {
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
Expand Down
6 changes: 5 additions & 1 deletion homeassistant/components/opentherm_gw/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"step": {
"init": {
"title": "OpenTherm Gateway",
"data": { "name": "Name", "device": "Path or URL", "id": "ID" }
"data": {
"name": "[%key:common::config_flow::data::name%]",
"device": "Path or URL",
"id": "ID"
}
}
},
"error": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/panasonic_viera/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Enter your Panasonic Viera TV's IP address",
"data": {
"host": "[%key:common::config_flow::data::ip%]",
"name": "Name"
"name": "[%key:common::config_flow::data::name%]"
}
},
"pairing": {
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/pi_hole/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"location": "Location",
"api_key": "[%key:common::config_flow::data::api_key%]",
"ssl": "Use SSL",
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 @@ -18,7 +18,7 @@
"description": "Enter your PlayStation 4 information. For 'PIN', navigate to 'Settings' on your PlayStation 4 console. Then navigate to 'Mobile App Connection Settings' and select 'Add Device'. Enter the PIN that is displayed. Refer to the [documentation](https://www.home-assistant.io/components/ps4/) for additional info.",
"data": {
"region": "Region",
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"code": "PIN",
"ip_address": "IP Address"
}
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/samsungtv/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Enter your Samsung TV information. If you never connected Home Assistant before you should see a popup on your TV asking for authorization.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "Name"
"name": "[%key:common::config_flow::data::name%]"
}
},
"confirm": {
Expand All @@ -22,4 +22,4 @@
"not_supported": "This Samsung TV device is currently not supported."
}
}
}
}
2 changes: 1 addition & 1 deletion homeassistant/components/smhi/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"user": {
"title": "Location in Sweden",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"latitude": "Latitude",
"longitude": "Longitude"
}
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/syncthru/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"user": {
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"url": "Web interface URL"
}
}
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/transmission/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"user": {
"title": "Setup Transmission Client",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
Expand Down Expand Up @@ -33,4 +33,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions homeassistant/components/vizio/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "VIZIO SmartCast Device",
"description": "An [%key:common::config_flow::data::access_token%] is only needed for TVs. If you are configuring a TV and do not have an [%key:common::config_flow::data::access_token%] yet, leave it blank to go through a pairing process.",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]",
"device_class": "Device Type",
"access_token": "[%key:common::config_flow::data::access_token%]"
Expand Down Expand Up @@ -50,4 +50,4 @@
}
}
}
}
}
1 change: 1 addition & 0 deletions homeassistant/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"confirm_setup": "Do you want to start set up?"
},
"data": {
"name": "Name",
"email": "Email",
"username": "Username",
"password": "Password",
Expand Down