mirror of
https://github.com/home-assistant/core.git
synced 2026-09-18 06:28:02 +01:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"llm_api_required": "At least one LLM API must be configured."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"llm_hass_api": "[%key:common::config_flow::data::llm_hass_api%]"
|
|
},
|
|
"data_description": {
|
|
"llm_hass_api": "The method for controlling Home Assistant to expose with the Model Context Protocol."
|
|
},
|
|
"description": "See the [integration documentation]({more_info_url}) for setup instructions."
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"error": {
|
|
"llm_api_required": "[%key:component::mcp_server::config::error::llm_api_required%]"
|
|
},
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"llm_hass_api": "[%key:common::config_flow::data::llm_hass_api%]",
|
|
"require_admin": "Require an administrator account"
|
|
},
|
|
"data_description": {
|
|
"llm_hass_api": "[%key:component::mcp_server::config::step::user::data_description::llm_hass_api%]",
|
|
"require_admin": "Only allow administrator accounts to use the Model Context Protocol endpoint."
|
|
},
|
|
"description": "[%key:component::mcp_server::config::step::user::description%]"
|
|
}
|
|
}
|
|
}
|
|
}
|