Min Jekal
Min Jekal
I am quite not sure if this automation is working. I haven't tried conversation trigger yet, but below prompt will not work because we have not passed our automation.yaml file...
Closing the issue. Feel free to reopen it.
For `rest` type, schema is same as [REST](https://www.home-assistant.io/integrations/rest/) in Home Assistant. The difference is that `value_template` is added in this integration, so that you can modify API result. **Form data**...
I just realized that [rest](https://www.home-assistant.io/integrations/rest/) and [scrape](https://www.home-assistant.io/integrations/scrape/) of HA doesn't support `payload` as a template. I added `payload_template` variable in `rest` and `scrape` function. Please try [1.0.3-beta1](https://github.com/jekalmin/extended_openai_conversation/releases/tag/1.0.3-beta1) version and give...
Closing the issue.
Thanks for reporting an issue. Please correct me if I'm wrong. - `light.light_livingroom_couch` is the entity_id you have. - `light.livingroom_couch` is the entity_id that gpt tries to call (which is...
> So avoiding multiple terms like "light" in the entity id should fix this problem. I think so. Since `entity_id` and `friendly_name` of attributes matter in gpt, changing entity_id might...
Could you try with `gpt-4o-mini`?
Closing the issue.
> turn on "wyspa" light > Something went wrong: Service light.on not found. > where is paris? > Something went wrong: Service location.navigate not found. I haven't tried llama-cpp-python yet,...