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: [],