mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
adding weird untracked
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
input_text:
|
||||
gpt_prompt:
|
||||
initial: ""
|
||||
max: 255
|
||||
name: GPT Prompt
|
||||
|
||||
input_button:
|
||||
update_gpt_response:
|
||||
name: Update GPT Response
|
||||
input_text:
|
||||
gpt_prompt:
|
||||
initial: ""
|
||||
max: 255
|
||||
name: GPT Prompt
|
||||
|
||||
input_button:
|
||||
update_gpt_response:
|
||||
name: Update GPT Response
|
||||
icon: mdi:brain
|
||||
@@ -1,16 +1,16 @@
|
||||
automation:
|
||||
description: ""
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- sensor.hassio_mindsdb_response
|
||||
attribute: response_text
|
||||
condition: []
|
||||
action:
|
||||
- service: notify.mindsdb_responses
|
||||
data:
|
||||
message: >
|
||||
"input":"{{ states('input_text.gpt_prompt') }}","output":"{{ state_attr('sensor.hassio_mindsdb_response','response_text')}}"
|
||||
|
||||
|
||||
automation:
|
||||
description: ""
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- sensor.hassio_mindsdb_response
|
||||
attribute: response_text
|
||||
condition: []
|
||||
action:
|
||||
- service: notify.mindsdb_responses
|
||||
data:
|
||||
message: >
|
||||
"input":"{{ states('input_text.gpt_prompt') }}","output":"{{ state_attr('sensor.hassio_mindsdb_response','response_text')}}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user