mirror of
https://github.com/home-assistant/core.git
synced 2026-08-18 19:22:58 +01:00
* Add the Model Context Protocol Server integration * Remove unusued code in init * Fix comment wording * Use util.uild for unique ids * Set config entry title to the LLM API name * Extract an SSE parser and update comments * Update comments and defend against already closed sessions * Shorten description * Update homeassistant/components/mcp_server/__init__.py Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> * Change integration type to service --------- Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
19 lines
540 B
JSON
19 lines
540 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 controling Home Assistant to expose with the Model Context Protocol."
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
}
|
|
}
|