From d34c43e2925ad220b36ff2a57efae15bd20113c2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 10 Sep 2024 00:22:54 -0400 Subject: [PATCH] Add assist_satellite to Assist entities array (#21795) --- src/common/const.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/common/const.ts b/src/common/const.ts index bc1f0c99d8..5631fff384 100644 --- a/src/common/const.ts +++ b/src/common/const.ts @@ -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