mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 19:37:12 +00:00
72 lines
3.3 KiB
JSON
72 lines
3.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"create_entry": {
|
|
"add_sensor_mapping_hint": "You can now add mappings from any sensor in Home Assistant to {integration_name} using the '+ add sensor mapping' button."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to {integration_name} API.",
|
|
"claim_failed_or_timed_out": "Claiming the device failed or the code expired.",
|
|
"invalid_auth": "Invalid provisioning key or secret.",
|
|
"unknown_auth_error": "Unexpected error occurred during authentication."
|
|
},
|
|
"step": {
|
|
"auth_and_claim": {
|
|
"description": "This Home Assistant connection needs to be claimed in your {integration_name} portal before it can send data.\n\n1. Go to: {claim_url}\n2. Enter code: **{claim_code}**\n3. (Code expires: {valid_until})\n\nAfter successfully claiming the device in {integration_name}, select **Submit** below to continue.",
|
|
"title": "Claim device in {integration_name}"
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"provisioning_key": "[%key:component::energyid::config::step::user::data::provisioning_key%]",
|
|
"provisioning_secret": "[%key:component::energyid::config::step::user::data::provisioning_secret%]"
|
|
},
|
|
"data_description": {
|
|
"provisioning_key": "[%key:component::energyid::config::step::user::data_description::provisioning_key%]",
|
|
"provisioning_secret": "[%key:component::energyid::config::step::user::data_description::provisioning_secret%]"
|
|
},
|
|
"description": "Please re-enter your {integration_name} provisioning key and secret to restore the connection.\n\nMore info: {docs_url}",
|
|
"title": "Reauthenticate {integration_name}"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"provisioning_key": "Provisioning key",
|
|
"provisioning_secret": "Provisioning secret"
|
|
},
|
|
"data_description": {
|
|
"provisioning_key": "Your unique key for provisioning.",
|
|
"provisioning_secret": "Your secret associated with the provisioning key."
|
|
},
|
|
"description": "Enter your {integration_name} webhook provisioning key and secret. Find these in your {integration_name} integration setup under provisioning credentials.\n\nMore info: {docs_url}",
|
|
"title": "Connect to {integration_name}"
|
|
}
|
|
}
|
|
},
|
|
"config_subentries": {
|
|
"sensor_mapping": {
|
|
"entry_type": "service",
|
|
"error": {
|
|
"entity_already_mapped": "This Home Assistant entity is already mapped.",
|
|
"entity_required": "You must select a sensor entity."
|
|
},
|
|
"initiate_flow": {
|
|
"user": "Add sensor mapping"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"ha_entity_id": "Home Assistant sensor"
|
|
},
|
|
"data_description": {
|
|
"ha_entity_id": "Select the sensor from Home Assistant to send to {integration_name}."
|
|
},
|
|
"description": "Select a Home Assistant sensor to send to {integration_name}. The sensor name will be used as the {integration_name} metric key.",
|
|
"title": "Add sensor mapping"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|