mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 10:27:52 +00:00
36 lines
1.8 KiB
JSON
36 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "The Thread border router is already configured",
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"error": {
|
|
"already_configured": "The Thread border router is already configured",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
},
|
|
"description": "Provide URL for the OpenThread Border Router's REST API"
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"get_get_border_agent_id_unsupported": {
|
|
"description": "Your OTBR does not support Border Agent ID.\n\nTo fix this issue, update the OTBR to the latest version and restart Home Assistant.\nIf you are using an OTBR integrated in Home Assistant, update either the OpenThread Border Router app or the Silicon Labs Multiprotocol app. Otherwise update your self-managed OTBR.",
|
|
"title": "The OTBR does not support Border Agent ID"
|
|
},
|
|
"insecure_thread_network": {
|
|
"description": "Your Thread network is using a default network key or pass phrase.\n\nThis is a security risk, please create a new Thread network.",
|
|
"title": "Insecure Thread network settings detected"
|
|
},
|
|
"otbr_zha_channel_collision": {
|
|
"description": "When OTBR and ZHA share the radio, they must use the same network channel.\n\nIf OTBR and ZHA attempt to connect to networks on different channels, neither Thread/Matter nor Zigbee will work.\n\nOTBR is configured with a Thread network on channel {otbr_channel}, ZHA is configured with a Zigbee network on channel {zha_channel}.",
|
|
"title": "OTBR and ZHA share the same radio but use different channels"
|
|
}
|
|
}
|
|
}
|