mirror of https://github.com/home-assistant/core
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%]"
|
|
}
|
|
}
|
|
}
|