mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-29 13:43:56 +08:00
Release v2.0.0
This commit is contained in:
@@ -9,8 +9,9 @@ ask_question:
|
|||||||
description: Name of the HA Text AI instance to use
|
description: Name of the HA Text AI instance to use
|
||||||
required: true
|
required: true
|
||||||
selector:
|
selector:
|
||||||
select:
|
entity:
|
||||||
options: "{{ states.sensor | selectattr('entity_id', 'search', 'ha_text_ai_') | map(attribute='entity_id') | list }}"
|
integration: ha_text_ai
|
||||||
|
domain: sensor
|
||||||
|
|
||||||
question:
|
question:
|
||||||
name: Question
|
name: Question
|
||||||
@@ -19,7 +20,7 @@ ask_question:
|
|||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
multiline: true
|
multiline: true
|
||||||
type: text
|
type: text
|
||||||
|
|
||||||
system_prompt:
|
system_prompt:
|
||||||
name: System Prompt
|
name: System Prompt
|
||||||
|
|||||||
Reference in New Issue
Block a user