mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add assist_satellite to Assist entities array (#21795)
This commit is contained in:
parent
c7cfbb5b6c
commit
d34c43e292
@ -234,7 +234,12 @@ export const SENSOR_ENTITIES = [
|
||||
"weather",
|
||||
];
|
||||
|
||||
export const ASSIST_ENTITIES = ["conversation", "stt", "tts"];
|
||||
export const ASSIST_ENTITIES = [
|
||||
"assist_satellite",
|
||||
"conversation",
|
||||
"stt",
|
||||
"tts",
|
||||
];
|
||||
|
||||
/** Domains that render an input element instead of a text value when displayed in a row.
|
||||
* Those rows should then not show a cursor pointer when hovered (which would normally
|
||||
|
Loading…
x
Reference in New Issue
Block a user