33 lines
1.5 KiB
JSON
33 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to The Things Network v3 App",
|
|
"description": "Enter the API hostname, app id and API key for your TTN application.\n\nYou can find your API key in the [The Things Network console](https://console.thethingsnetwork.org) -> Applications -> application_id -> API keys.",
|
|
"data": {
|
|
"hostname": "[%key:common::config_flow::data::host%]",
|
|
"app_id": "Application ID",
|
|
"access_key": "[%key:common::config_flow::data::api_key%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The Things Network application could not be connected.\n\nPlease check your credentials."
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "Application ID is already configured",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"manual_migration": {
|
|
"description": "Configuring {domain} using YAML was removed as part of migrating to [The Things Network v3]({v2_v3_migration_url}). [The Things Network v2 has shutted down]({v2_deprecation_url}).\n\nPlease remove the {domain} entry from the configuration.yaml and add re-add the integration using the config_flow",
|
|
"title": "The {domain} YAML configuration is not supported"
|
|
}
|
|
}
|
|
}
|