1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 06:28:31 +00:00
Files
core/homeassistant/components/thethingsnetwork/strings.json
2025-10-28 10:33:10 +01:00

27 lines
1004 B
JSON

{
"config": {
"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%]"
},
"step": {
"reauth_confirm": {
"description": "The Things Network application could not be connected.\n\nPlease check your credentials."
},
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"app_id": "Application ID",
"host": "[%key:common::config_flow::data::host%]"
},
"description": "Enter the API hostname, application ID and API key to use with Home Assistant.\n\n[Read the instructions]({instructions_url}) on how to register your application and create an API key.",
"title": "Connect to The Things Network v3"
}
}
}
}