From 2ff52c6c29984b782b15c3d3dcbc7b1d58d52962 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Tue, 30 Sep 2025 23:07:24 -0700 Subject: [PATCH] Add alert to fixed domain states (#27271) --- 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 c91dfc9990..9fb55b02a2 100644 --- a/src/common/entity/get_states.ts +++ b/src/common/entity/get_states.ts @@ -18,6 +18,7 @@ export const FIXED_DOMAIN_STATES = { "pending", "triggered", ], + alert: ["on", "off", "idle"], assist_satellite: ["idle", "listening", "responding", "processing"], automation: ["on", "off"], binary_sensor: ["on", "off"],