From 78a98afb8d7f3999cdce7872ffc56d8fc6ff2a18 Mon Sep 17 00:00:00 2001 From: Denis Shulyaka Date: Fri, 26 Jul 2024 04:48:26 +0300 Subject: [PATCH] Remove obsolete string from openai_conversation strings.json (#122623) --- homeassistant/components/openai_conversation/strings.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/homeassistant/components/openai_conversation/strings.json b/homeassistant/components/openai_conversation/strings.json index 4af333d42b4..2477155e3cb 100644 --- a/homeassistant/components/openai_conversation/strings.json +++ b/homeassistant/components/openai_conversation/strings.json @@ -64,11 +64,5 @@ "invalid_config_entry": { "message": "Invalid config entry provided. Got {config_entry}" } - }, - "issues": { - "image_size_deprecated_format": { - "title": "Deprecated size format for image generation action", - "description": "OpenAI is now using Dall-E 3 to generate images using `openai_conversation.generate_image`, which supports different sizes. Valid values are now \"1024x1024\", \"1024x1792\", \"1792x1024\". The old values of \"256\", \"512\", \"1024\" are currently interpreted as \"1024x1024\".\nPlease update your scripts or automations with the new parameters." - } } }