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
4 changes: 2 additions & 2 deletions homeassistant/components/abode/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Fill in your Abode login information",
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "Password"
"password": "[%key:common::config_flow::data::password%]"
}
}
},
Expand All @@ -18,4 +18,4 @@
"single_instance_allowed": "Only a single configuration of Abode is allowed."
}
}
}
}
6 changes: 3 additions & 3 deletions homeassistant/components/agent_dvr/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"user": {
"title": "Set up Agent DVR",
"data": {
"host": "Host",
"port": "Port"
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
}
}
},
Expand All @@ -18,4 +18,4 @@
"device_unavailable": "Device is not available"
}
}
}
}
4 changes: 2 additions & 2 deletions homeassistant/components/airly/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Set up Airly air quality integration. To generate API key go to https://developer.airly.eu/register",
"data": {
"name": "Name of the integration",
"api_key": "Airly API key",
"api_key": "[%key:common::config_flow::data::api_key%]",
"latitude": "Latitude",
"longitude": "Longitude"
}
Expand All @@ -20,4 +20,4 @@
"already_configured": "Airly integration for these coordinates is already configured."
}
}
}
}
4 changes: 2 additions & 2 deletions homeassistant/components/airvisual/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "Monitor a personal AirVisual unit. The password can be retrieved from the unit's UI.",
"data": {
"ip_address": "Unit IP Address/Hostname",
"password": "Unit Password"
"password": "[%key:common::config_flow::data::password%]"
}
},
"user": {
Expand Down Expand Up @@ -47,4 +47,4 @@
}
}
}
}
}
11 changes: 8 additions & 3 deletions homeassistant/components/ambient_station/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
"step": {
"user": {
"title": "Fill in your information",
"data": { "api_key": "API Key", "app_key": "Application Key" }
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"app_key": "Application Key"
}
}
},
"error": {
"invalid_key": "Invalid API Key and/or Application Key",
"no_devices": "No devices found in account"
},
"abort": { "already_configured": "This app key is already in use." }
"abort": {
"already_configured": "This app key is already in use."
}
}
}
}
6 changes: 3 additions & 3 deletions homeassistant/components/atag/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"user": {
"title": "Connect to the device",
"data": {
"host": "Host",
"host": "[%key:common::config_flow::data::host%]",
"email": "Email (Optional)",
"port": "Port (10000)"
"port": "[%key:common::config_flow::data::port%]"
}
}
},
Expand All @@ -18,4 +18,4 @@
"already_configured": "Only one Atag device can be added to Home Assistant"
}
}
}
}
14 changes: 9 additions & 5 deletions homeassistant/components/august/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,27 @@
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication"
},
"abort": { "already_configured": "Account is already configured" },
"abort": {
"already_configured": "Account is already configured"
},
"step": {
"validation": {
"title": "Two factor authentication",
"data": { "code": "Verification code" },
"data": {
"code": "Verification code"
},
"description": "Please check your {login_method} ({username}) and enter the verification code below"
},
"user": {
"description": "If the Login Method is 'email', Username is the email address. If the Login Method is 'phone', Username is the phone number in the format '+NNNNNNNNN'.",
"data": {
"timeout": "Timeout (seconds)",
"password": "Password",
"username": "Username",
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]",
"login_method": "Login Method"
},
"title": "Setup an August account"
}
}
}
}
}
10 changes: 5 additions & 5 deletions homeassistant/components/axis/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"user": {
"title": "Set up Axis device",
"data": {
"host": "Host",
"username": "Username",
"password": "Password",
"port": "Port"
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]"
}
}
},
Expand All @@ -25,4 +25,4 @@
"not_axis_device": "Discovered device not an Axis device"
}
}
}
}
12 changes: 6 additions & 6 deletions homeassistant/components/blebox/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"flow_title": "BleBox device: {name} ({host})",
"step": {
"user": {
"description": "Set up your BleBox to integrate with Home Assistant.",
"data": {
"host": "IP address",
"port": "Port"
},
"title": "Set up your BleBox device"
"description": "Set up your BleBox to integrate with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::ip%]",
"port": "[%key:common::config_flow::data::port%]"
},
"title": "Set up your BleBox device"
}
}
}
Expand Down
18 changes: 13 additions & 5 deletions homeassistant/components/braviatv/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@
"user": {
"title": "Sony Bravia TV",
"description": "Set up Sony Bravia TV integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/braviatv \n\nEnsure that your TV is turned on.",
"data": { "host": "TV hostname or IP address" }
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
},
"authorize": {
"title": "Authorize Sony Bravia TV",
"description": "Enter the PIN code shown on the Sony Bravia TV. \n\nIf the PIN code is not shown, you have to unregister Home Assistant on your TV, go to: Settings -> Network -> Remote device settings -> Unregister remote device.",
"data": { "pin": "PIN code" }
"data": {
"pin": "PIN code"
}
}
},
"error": {
"invalid_host": "Invalid hostname or IP address.",
"cannot_connect": "Failed to connect, invalid host or PIN code.",
"unsupported_model": "Your TV model is not supported."
},
"abort": { "already_configured": "This TV is already configured." }
"abort": {
"already_configured": "This TV is already configured."
}
},
"options": {
"step": {
"user": {
"title": "Options for Sony Bravia TV",
"data": { "ignored_sources": "List of ignored sources" }
"data": {
"ignored_sources": "List of ignored sources"
}
}
}
}
}
}
8 changes: 5 additions & 3 deletions homeassistant/components/brother/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"user": {
"description": "Set up Brother printer integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/brother",
"data": {
"host": "Printer hostname or IP address",
"host": "[%key:common::config_flow::data::host%]",
"type": "Type of the printer"
}
},
"zeroconf_confirm": {
"description": "Do you want to add the Brother Printer {model} with serial number `{serial_number}` to Home Assistant?",
"title": "Discovered Brother Printer",
"data": { "type": "Type of the printer" }
"data": {
"type": "Type of the printer"
}
}
},
"error": {
Expand All @@ -25,4 +27,4 @@
"already_configured": "This printer is already configured."
}
}
}
}
6 changes: 3 additions & 3 deletions homeassistant/components/bsblan/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"title": "Connect to the BSB-Lan device",
"description": "Set up you BSB-Lan device to integrate with Home Assistant.",
"data": {
"host": "Host or IP address",
"port": "Port number",
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"passkey": "Passkey string"
}
}
Expand All @@ -20,4 +20,4 @@
"already_configured": "Device is already configured"
}
}
}
}
6 changes: 3 additions & 3 deletions homeassistant/components/cert_expiry/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"title": "Define the certificate to test",
"data": {
"name": "The name of the certificate",
"host": "The hostname of the certificate",
"port": "The port of the certificate"
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
}
}
},
Expand All @@ -21,4 +21,4 @@
"import_failed": "Import from config failed"
}
}
}
}
4 changes: 2 additions & 2 deletions homeassistant/components/coolmaster/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"user": {
"title": "Setup your CoolMasterNet connection details.",
"data": {
"host": "Host",
"host": "[%key:common::config_flow::data::host%]",
"off": "Can be turned off",
"heat": "Support heat mode",
"cool": "Support cool mode",
Expand All @@ -19,4 +19,4 @@
"no_units": "Could not find any HVAC units in CoolMasterNet host."
}
}
}
}
10 changes: 6 additions & 4 deletions homeassistant/components/deconz/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"manual_input": {
"data": {
"host": "Host",
"port": "Port"
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
}
},
"link": {
Expand All @@ -22,7 +22,9 @@
"description": "Do you want to configure Home Assistant to connect to the deCONZ gateway provided by the Hass.io add-on {addon}?"
}
},
"error": { "no_key": "Couldn't get an API key" },
"error": {
"no_key": "Couldn't get an API key"
},
"abort": {
"already_configured": "Bridge is already configured",
"already_in_progress": "Config flow for bridge is already in progress.",
Expand Down Expand Up @@ -98,4 +100,4 @@
"side_6": "Side 6"
}
}
}
}
38 changes: 19 additions & 19 deletions homeassistant/components/devolo_home_control/strings.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"title": "devolo Home Control",
"config": {
"abort": {
"already_configured": "This Home Control Central Unit is already in use."
},
"error": {
"invalid_credentials": "Incorrect user name and/or password."
"title": "devolo Home Control",
"config": {
"abort": {
"already_configured": "This Home Control Central Unit is already in use."
},
"error": {
"invalid_credentials": "Incorrect user name and/or password."
},
"step": {
"user": {
"data": {
"username": "E-Mail-Address / devolo ID",
"password": "[%key:common::config_flow::data::password%]",
"mydevolo_url": "mydevolo URL",
"home_control_url": "Home Control URL"
},
"step": {
"user": {
"data": {
"username": "E-Mail-Address / devolo ID",
"password": "Password",
"mydevolo_url": "mydevolo URL",
"home_control_url": "Home Control URL"
},
"title": "devolo Home Control"
}
}
"title": "devolo Home Control"
}
}
}
}
}
Loading