Files
2025-10-28 10:33:10 +01:00

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."
}
}
}
}