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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user