From 63050eb9ea0557e81dec7b5f49806f452744aa84 Mon Sep 17 00:00:00 2001 From: Black Roland Date: Sun, 1 Dec 2024 21:12:40 +0300 Subject: [PATCH] Clarify LLM HASS API option --- custom_components/yandexgpt_conversation/config_flow.py | 2 +- .../yandexgpt_conversation/translations/en.json | 5 ++--- .../yandexgpt_conversation/translations/ru.json | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/custom_components/yandexgpt_conversation/config_flow.py b/custom_components/yandexgpt_conversation/config_flow.py index cba2012..cf145a3 100644 --- a/custom_components/yandexgpt_conversation/config_flow.py +++ b/custom_components/yandexgpt_conversation/config_flow.py @@ -149,7 +149,7 @@ def yandexgpt_config_option_schema( """Return a schema for YandexGPT completion options.""" hass_apis: list[SelectOptionDict] = [ SelectOptionDict( - label="No control", + label="No access to devices / Без доступа к устройствам", value="none", ) ] diff --git a/custom_components/yandexgpt_conversation/translations/en.json b/custom_components/yandexgpt_conversation/translations/en.json index 2c80bf5..1e78e58 100644 --- a/custom_components/yandexgpt_conversation/translations/en.json +++ b/custom_components/yandexgpt_conversation/translations/en.json @@ -14,15 +14,14 @@ "init": { "data": { "prompt": "Instructions", - "llm_hass_api": "Control Home Assistant", + "llm_hass_api": "Access to devices", "recommended": "Recommended model settings", "chat_model": "Model", "temperature": "Temperature", "max_tokens": "Maximum tokens to return in response" }, "data_description": { - "prompt": "Instruct how the LLM should respond. This can be a template.", - "chat_model": "Description: https://yandex.cloud/en/docs/foundation-models/release-notes/" + "prompt": "Instruct how the LLM should respond. This can be a template." } } } diff --git a/custom_components/yandexgpt_conversation/translations/ru.json b/custom_components/yandexgpt_conversation/translations/ru.json index 3c5f898..fe517fd 100644 --- a/custom_components/yandexgpt_conversation/translations/ru.json +++ b/custom_components/yandexgpt_conversation/translations/ru.json @@ -14,7 +14,7 @@ "init": { "data": { "prompt": "Инструкции", - "llm_hass_api": "Управление Home Assistant", + "llm_hass_api": "Доступ к устройствам", "recommended": "Рекомендуемые настройки модели", "chat_model": "Модель", "temperature": "Температура", @@ -22,7 +22,7 @@ }, "data_description": { "prompt": "Проинструктируйте языковую модель, опишите контекст, возможные ограничения или задайте стиль ответа. Поддерживаются шаблоны.", - "chat_model": "Описание: https://yandex.cloud/ru/docs/foundation-models/release-notes/", + "llm_hass_api": "Управление устройствами не поддерживается интеграцией, но при включении Assist у модели появляется доступ к показаниям датчиков и состоянию устройств.", "temperature": "Температура влияет на вариативность сгенерированного текста: чем выше значение, тем более непредсказуемым будет результат выполнения запроса." } }