mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Use correct camel-case for OpenThread, reword error message (#138651)
* Use correct camel-case for OpenThread, reword error message * Treat "Border Agent ID" as a name by capitalizing it
This commit is contained in:
parent
df6cb0b824
commit
4a385ed26c
@ -5,7 +5,7 @@
|
||||
"data": {
|
||||
"url": "[%key:common::config_flow::data::url%]"
|
||||
},
|
||||
"description": "Provide URL for the Open Thread Border Router's REST API"
|
||||
"description": "Provide URL for the OpenThread Border Router's REST API"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
@ -20,8 +20,8 @@
|
||||
},
|
||||
"issues": {
|
||||
"get_get_border_agent_id_unsupported": {
|
||||
"title": "The OTBR does not support border agent ID",
|
||||
"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.\nTo update the OTBR, update the Open Thread Border Router or Silicon Labs Multiprotocol add-on if you use the OTBR from the add-on, otherwise update your self managed OTBR."
|
||||
"title": "The OTBR does not support Border Agent ID",
|
||||
"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 add-on or the Silicon Labs Multiprotocol add-on. Otherwise update your self-managed OTBR."
|
||||
},
|
||||
"insecure_thread_network": {
|
||||
"title": "Insecure Thread network settings detected",
|
||||
|
Loading…
x
Reference in New Issue
Block a user