mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 19:37:12 +00:00
231 lines
10 KiB
JSON
231 lines
10 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::openai_conversation::config::step::user::data_description::api_key%]"
|
|
},
|
|
"description": "Reauthentication required. Please enter your updated API key."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "Your OpenAI API key."
|
|
},
|
|
"description": "Set up OpenAI Conversation integration by providing your OpenAI API key. Instructions to obtain an API key can be found [here]({instructions_url})."
|
|
}
|
|
}
|
|
},
|
|
"config_subentries": {
|
|
"ai_task_data": {
|
|
"abort": {
|
|
"entry_not_loaded": "[%key:component::openai_conversation::config_subentries::conversation::abort::entry_not_loaded%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"entry_type": "AI task",
|
|
"error": {
|
|
"model_not_supported": "[%key:component::openai_conversation::config_subentries::conversation::error::model_not_supported%]",
|
|
"web_search_minimal_reasoning": "[%key:component::openai_conversation::config_subentries::conversation::error::web_search_minimal_reasoning%]"
|
|
},
|
|
"initiate_flow": {
|
|
"reconfigure": "Reconfigure AI task",
|
|
"user": "Add AI task"
|
|
},
|
|
"step": {
|
|
"advanced": {
|
|
"data": {
|
|
"chat_model": "[%key:common::generic::model%]",
|
|
"max_tokens": "[%key:component::openai_conversation::config_subentries::conversation::step::advanced::data::max_tokens%]",
|
|
"temperature": "[%key:component::openai_conversation::config_subentries::conversation::step::advanced::data::temperature%]",
|
|
"top_p": "[%key:component::openai_conversation::config_subentries::conversation::step::advanced::data::top_p%]"
|
|
},
|
|
"title": "[%key:component::openai_conversation::config_subentries::conversation::step::advanced::title%]"
|
|
},
|
|
"init": {
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"recommended": "[%key:component::openai_conversation::config_subentries::conversation::step::init::data::recommended%]"
|
|
}
|
|
},
|
|
"model": {
|
|
"data": {
|
|
"code_interpreter": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data::code_interpreter%]",
|
|
"image_model": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data::image_model%]",
|
|
"inline_citations": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data::inline_citations%]",
|
|
"reasoning_effort": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data::reasoning_effort%]",
|
|
"search_context_size": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data::search_context_size%]",
|
|
"user_location": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data::user_location%]",
|
|
"web_search": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data::web_search%]"
|
|
},
|
|
"data_description": {
|
|
"code_interpreter": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data_description::code_interpreter%]",
|
|
"image_model": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data_description::image_model%]",
|
|
"inline_citations": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data_description::inline_citations%]",
|
|
"reasoning_effort": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data_description::reasoning_effort%]",
|
|
"search_context_size": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data_description::search_context_size%]",
|
|
"user_location": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data_description::user_location%]",
|
|
"web_search": "[%key:component::openai_conversation::config_subentries::conversation::step::model::data_description::web_search%]"
|
|
},
|
|
"title": "[%key:component::openai_conversation::config_subentries::conversation::step::model::title%]"
|
|
}
|
|
}
|
|
},
|
|
"conversation": {
|
|
"abort": {
|
|
"entry_not_loaded": "Cannot add things while the configuration is disabled.",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"entry_type": "Conversation agent",
|
|
"error": {
|
|
"model_not_supported": "This model is not supported, please select a different model",
|
|
"web_search_minimal_reasoning": "Web search is currently not supported with minimal reasoning effort"
|
|
},
|
|
"initiate_flow": {
|
|
"reconfigure": "Reconfigure conversation agent",
|
|
"user": "Add conversation agent"
|
|
},
|
|
"step": {
|
|
"advanced": {
|
|
"data": {
|
|
"chat_model": "[%key:common::generic::model%]",
|
|
"max_tokens": "Maximum tokens to return in response",
|
|
"temperature": "Temperature",
|
|
"top_p": "Top P"
|
|
},
|
|
"title": "Advanced settings"
|
|
},
|
|
"init": {
|
|
"data": {
|
|
"llm_hass_api": "[%key:common::config_flow::data::llm_hass_api%]",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"prompt": "[%key:common::config_flow::data::prompt%]",
|
|
"recommended": "Recommended model settings"
|
|
},
|
|
"data_description": {
|
|
"prompt": "Instruct how the LLM should respond. This can be a template."
|
|
}
|
|
},
|
|
"model": {
|
|
"data": {
|
|
"code_interpreter": "Enable code interpreter tool",
|
|
"image_model": "Image generation model",
|
|
"inline_citations": "Include links in web search results",
|
|
"reasoning_effort": "Reasoning effort",
|
|
"search_context_size": "Search context size",
|
|
"user_location": "Include home location",
|
|
"web_search": "Enable web search"
|
|
},
|
|
"data_description": {
|
|
"code_interpreter": "This tool, also known as the python tool to the model, allows it to run code to answer questions",
|
|
"image_model": "The model to use when generating images",
|
|
"inline_citations": "If disabled, additional prompt is added to ask the model to not include source citations",
|
|
"reasoning_effort": "How many reasoning tokens the model should generate before creating a response to the prompt",
|
|
"search_context_size": "High level guidance for the amount of context window space to use for the search",
|
|
"user_location": "Refine search results based on geography",
|
|
"web_search": "Allow the model to search the web for the latest information before generating a response"
|
|
},
|
|
"title": "Model-specific options"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"invalid_config_entry": {
|
|
"message": "Invalid config entry provided. Got {config_entry}"
|
|
}
|
|
},
|
|
"issues": {
|
|
"organization_verification_required": {
|
|
"description": "Your organization must be verified to use this model. Please go to {platform_settings} and select Verify Organization. If you just verified, it can take up to 15 minutes for access to propagate.",
|
|
"title": "Organization verification required"
|
|
}
|
|
},
|
|
"selector": {
|
|
"reasoning_effort": {
|
|
"options": {
|
|
"high": "[%key:common::state::high%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"medium": "[%key:common::state::medium%]",
|
|
"minimal": "Minimal",
|
|
"none": "None",
|
|
"xhigh": "X-High"
|
|
}
|
|
},
|
|
"search_context_size": {
|
|
"options": {
|
|
"high": "[%key:common::state::high%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"medium": "[%key:common::state::medium%]"
|
|
}
|
|
},
|
|
"verbosity": {
|
|
"options": {
|
|
"high": "[%key:common::state::high%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"medium": "[%key:common::state::medium%]"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"generate_content": {
|
|
"description": "Sends a conversational query to ChatGPT including any attached image or PDF files",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "The config entry to use for this action",
|
|
"name": "Config entry"
|
|
},
|
|
"filenames": {
|
|
"description": "List of files to upload",
|
|
"name": "Files"
|
|
},
|
|
"prompt": {
|
|
"description": "The prompt to send",
|
|
"name": "Prompt"
|
|
}
|
|
},
|
|
"name": "Generate content"
|
|
},
|
|
"generate_image": {
|
|
"description": "Turns a prompt into an image",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "The config entry to use for this action",
|
|
"name": "Config entry"
|
|
},
|
|
"prompt": {
|
|
"description": "The text to turn into an image",
|
|
"example": "A photo of a dog",
|
|
"name": "Prompt"
|
|
},
|
|
"quality": {
|
|
"description": "The quality of the image that will be generated",
|
|
"name": "Quality"
|
|
},
|
|
"size": {
|
|
"description": "The size of the image to generate",
|
|
"name": "Size"
|
|
},
|
|
"style": {
|
|
"description": "The style of the generated image",
|
|
"name": "Style"
|
|
}
|
|
},
|
|
"name": "Generate image"
|
|
}
|
|
}
|
|
}
|