{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "user": { "data": { "api_key": "[%key:common::config_flow::data::api_key%]" }, "data_description": { "api_key": "An OpenRouter API key" } } } }, "config_subentries": { "ai_task_data": { "abort": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "entry_not_loaded": "The main integration entry is not loaded. Please ensure the integration is loaded before reconfiguring.", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "entry_type": "AI task", "initiate_flow": { "reconfigure": "Reconfigure AI task", "user": "Add AI task" }, "step": { "init": { "data": { "model": "[%key:common::generic::model%]" }, "description": "Configure the AI task" } } }, "conversation": { "abort": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "entry_not_loaded": "[%key:component::open_router::config_subentries::ai_task_data::abort::entry_not_loaded%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "entry_type": "Conversation agent", "initiate_flow": { "reconfigure": "Reconfigure conversation agent", "user": "Add conversation agent" }, "step": { "init": { "data": { "llm_hass_api": "[%key:common::config_flow::data::llm_hass_api%]", "model": "[%key:common::generic::model%]", "prompt": "[%key:common::config_flow::data::prompt%]", "web_search": "Enable web search" }, "data_description": { "llm_hass_api": "Select which tools the model can use to interact with your devices and entities.", "model": "The model to use for the conversation agent", "prompt": "Instruct how the LLM should respond. This can be a template.", "web_search": "Allow the model to search the web for answers" }, "description": "Configure the conversation agent" } } } } }