From 05515f21c360d5632e84b539f19f09b58055c76c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 19 Sep 2022 10:11:10 +0200 Subject: [PATCH] Add timer states to state selector (#13788) --- 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 f79cc1a4d0..7c59eb2faa 100644 --- a/src/common/entity/get_states.ts +++ b/src/common/entity/get_states.ts @@ -37,6 +37,7 @@ const FIXED_DOMAIN_STATES = { siren: ["on", "off"], sun: ["above_horizon", "below_horizon"], switch: ["on", "off"], + timer: ["active", "idle", "paused"], update: ["on", "off"], vacuum: ["cleaning", "docked", "error", "idle", "paused", "returning"], weather: [