feat: Triggers should fire on startup if entities are in an active state (#2095)
- Closes: #2087
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
export const STATES_OFF = ['closed', 'locked', 'off'];
|
||||
export const STATES_ON = ['open', 'unlocked', 'on'];
|
||||
export const STATES_OFF = ['off', 'closed', 'locked'];
|
||||
export const STATES_ON = ['on', 'open', 'unlocked'];
|
||||
|
||||
Reference in New Issue
Block a user