initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
@@ -0,0 +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')}}"