From e1359781a566648c722db1c310359321eb038b29 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 21 Dec 2024 10:17:59 +0100 Subject: [PATCH] Add state completion support for Assist Satellite entities (#23371) --- src/common/entity/get_states.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/entity/get_states.ts b/src/common/entity/get_states.ts index dae16401e9..7637b35e7f 100644 --- a/src/common/entity/get_states.ts +++ b/src/common/entity/get_states.ts @@ -15,6 +15,7 @@ export const FIXED_DOMAIN_STATES = { "pending", "triggered", ], + assist_satellite: ["idle", "listening", "responding", "processing"], automation: ["on", "off"], binary_sensor: ["on", "off"], button: [],