mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add timer states to state selector (#13788)
This commit is contained in:
parent
063c377797
commit
05515f21c3
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user