Commit Graph

7 Commits (select-selector-domain)

Author SHA1 Message Date
Denis Shulyaka d93e0a105a
Save AI generated images to files (#152231) 2025-09-13 17:37:39 -04:00
Denis Shulyaka 20e4d37cc6
Add ai_task.generate_image action (#151101) 2025-08-27 11:41:14 +02:00
Paulus Schoutsen 008e2a3d10
Add attachment support to AI task (#148120) 2025-07-06 19:33:41 +02:00
Allen Porter b3d9908cd9
Add AI task structured output (#148083)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2025-07-04 15:03:34 +02:00
Paulus Schoutsen 63ac14a19b
AI task generate_text -> generate_data (#147370) 2025-06-24 12:12:29 +01:00
Paulus Schoutsen a11e274434
Address AI Task late comments (#147313) 2025-06-23 16:58:42 +02:00
Paulus Schoutsen 33bde48c9c
AI Task integration (#145128)
* Add AI Task integration

* Remove GenTextTaskType

* Add AI Task prefs

* Add action to LLM task

* Remove WS command

* Rename result to text for GenTextTaskResult

* Apply suggestions from code review

Co-authored-by: Allen Porter <allen.porter@gmail.com>

* Add supported feature for generate text

* Update const.py

Co-authored-by: HarvsG <11440490+HarvsG@users.noreply.github.com>

* Update homeassistant/components/ai_task/services.yaml

Co-authored-by: HarvsG <11440490+HarvsG@users.noreply.github.com>

* Use WS API to set preferences

* Simplify pref storage

* Simplify pref test

* Update homeassistant/components/ai_task/services.yaml

Co-authored-by: Allen Porter <allen.porter@gmail.com>

---------

Co-authored-by: Allen Porter <allen.porter@gmail.com>
Co-authored-by: HarvsG <11440490+HarvsG@users.noreply.github.com>
2025-06-20 08:56:08 -04:00