core/homeassistant/components/mcp_server/strings.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%]"
}
}
}