mirror of
https://github.com/home-assistant/core.git
synced 2026-09-06 13:32:08 +01:00
38 lines
1.1 KiB
JSON
38 lines
1.1 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%]"
|
|
},
|
|
"data_description": {
|
|
"llm_hass_api": "[%key:component::mcp_server::config::step::user::data_description::llm_hass_api%]"
|
|
},
|
|
"description": "[%key:component::mcp_server::config::step::user::description%]"
|
|
}
|
|
}
|
|
}
|
|
}
|