mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
22 lines
632 B
JSON
22 lines
632 B
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."
|
|
}
|
|
}
|
|
}
|
|
}
|