mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* Add multiple LLM API support for MCP Server * Update homeassistant/components/mcp_server/config_flow.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ruff * Update tests/components/mcp_server/conftest.py Co-authored-by: Allen Porter <allen.porter@gmail.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Allen Porter <allen.porter@gmail.com>
22 lines
632 B
JSON
22 lines
632 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "See the [integration documentation]({more_info_url}) for setup instructions.",
|
|
"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."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"llm_api_required": "At least one LLM API must be configured."
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
}
|