From 2644d720e7bfaef9998c444512fd62f5e0bd0469 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Sun, 24 Nov 2024 01:01:51 +0300 Subject: [PATCH] Release v2.0.0 --- custom_components/ha_text_ai/services.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom_components/ha_text_ai/services.yaml b/custom_components/ha_text_ai/services.yaml index 83987c1..a689d54 100644 --- a/custom_components/ha_text_ai/services.yaml +++ b/custom_components/ha_text_ai/services.yaml @@ -5,7 +5,9 @@ ask_question: The response will be stored in the conversation history and can be retrieved later. target: entity: + domain: sensor integration: ha_text_ai + multiple: false fields: question: name: Question @@ -61,7 +63,9 @@ clear_history: description: Delete all stored questions and responses from the conversation history. target: entity: + domain: sensor integration: ha_text_ai + multiple: false fields: {} get_history: @@ -69,7 +73,9 @@ get_history: description: Retrieve recent conversation history. target: entity: + domain: sensor integration: ha_text_ai + multiple: false fields: limit: name: Limit @@ -95,7 +101,9 @@ set_system_prompt: description: Set default system behavior instructions for all future conversations. target: entity: + domain: sensor integration: ha_text_ai + multiple: false fields: prompt: name: System Prompt