1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Add more info dialog for conversation agent (#23682)

* Add more info dialog for conversation agent

* Fixes

* Disable speech option for LLM testing

* Address comments

* New style more info

* Also reset errors on loading pipeline
This commit is contained in:
Paulus Schoutsen
2025-01-15 04:57:49 -05:00
committed by GitHub
parent e54f178b02
commit d112872eb2
5 changed files with 143 additions and 18 deletions

View File

@@ -22,6 +22,7 @@ export const DOMAINS_WITH_NEW_MORE_INFO = [
"alarm_control_panel",
"cover",
"climate",
"conversation",
"fan",
"humidifier",
"input_boolean",
@@ -43,6 +44,7 @@ export const DOMAINS_WITH_MORE_INFO = [
"camera",
"climate",
"configurator",
"conversation",
"counter",
"cover",
"date",